Re: Label's without background?
From: Nicholas Paldino [.NET/C# MVP] (mvp_at_spam.guard.caspershouse.com)
Date: 03/15/04
- Next message: Ignacio Machin \( .NET/ C# MVP \): "Re: Error: Unable to Start Debugging on the Web Server"
- Previous message: JP: "Impersonation and LinkLabels result in SecurityException"
- In reply to: Marcin Grzębski: "Label's without background?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 15 Mar 2004 08:56:48 -0500
Marcin,
As far as I know, there isn't. Instead of taking another control and
placing it below the control you want to draw the text shading for, I would
recommend hooking into the windows message handler for that control, and
handling the paint event, drawing the drop text when the control is painted.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com
"Marcin Grzębski" <mgrzebski@taxussi.no.com.spam.pl> wrote in message
news:c340l6$efh$1@atlantis.news.tpi.pl...
> Hi All,
>
> There is a chance to make Label (Windows) without its background?
> I want to add text shadow as a Label that lies below its text Label.
> If i try Label class (with all properties) i can not set upper
> label background transparency.
> Is there any (windows) control that draws text without background?
>
> Help me... pleez!
>
> Marcin
- Next message: Ignacio Machin \( .NET/ C# MVP \): "Re: Error: Unable to Start Debugging on the Web Server"
- Previous message: JP: "Impersonation and LinkLabels result in SecurityException"
- In reply to: Marcin Grzębski: "Label's without background?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|