Hi ..
How to make form invisible without hiding control on the form.
Thanx..
> Hi ..
>
> How to make form invisible without hiding control on the form.
>
> Thanx..
Use TransparencyKey property of the Form class and set it to the form
color to make it transparent/invisible while controls are still visible
Hope it helps,
Andrey
MuZZy - 28 Dec 2004 15:50 GMT
>> Hi ..
>>
[quoted text clipped - 4 lines]
> Use TransparencyKey property of the Form class and set it to the form
> color to make it transparent/invisible while controls are still visible
Also you can set FormBorderStyle property of Form to "None", so that
even titlebar will not be seen.
Let me know if you need any help on that!
Andrey