Re: making a form transparent
- From: "Marc Rohloff" <marcrohloff_ng@xxxxxxxxxxx>
- Date: 21 Jul 2005 07:21:52 -0700
> screen. but when I have to erase the message it stays there, I cant even
> set the label1 caption to '';
The issue here is usually that whatever is behind the invisible form
needs to be redrawn, this is not usually under your control.
You may want to ensure that your window is created with the
WS_EX_TRANSPARENT window style. Youc an also try disabling themese or
using a TStaticText instead of a TLabel.
--
Marc Rohloff
.
- References:
- making a form transparent
- From: anthony
- Re: making a form transparent
- From: Heinrich Wolf
- Re: making a form transparent
- From: anthony
- making a form transparent
- Prev by Date: Re: Indy 10 URL Encode error
- Next by Date: Re: What's the overall opinion on DELPHI 2005?
- Previous by thread: Re: making a form transparent
- Next by thread: Asking Delphi Component for Data Cube
- Index(es):