A Amar Ingole Dec 28, 2004 #1 Hi .. How to make form invisible without hiding control on the form. Thanx..
M MuZZy Dec 28, 2004 #2 Amar said: Hi .. How to make form invisible without hiding control on the form. Thanx.. Click to expand... 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
Amar said: Hi .. How to make form invisible without hiding control on the form. Thanx.. Click to expand... 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
M MuZZy Dec 28, 2004 #3 MuZZy said: Use TransparencyKey property of the Form class and set it to the form color to make it transparent/invisible while controls are still visible Click to expand... 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
MuZZy said: Use TransparencyKey property of the Form class and set it to the form color to make it transparent/invisible while controls are still visible Click to expand... 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