Re: making a form transparent



> 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

.