Click here to Skip to main content
15,881,173 members
Articles / Programming Languages / C#
Alternative
Tip/Trick

Simple Trick To Make Form Invisible

Rate me:
Please Sign up or sign in to vote.
3.29/5 (6 votes)
15 Jun 2011CPOL 11.4K   1   4
Even simpler.form1.opacity=0;
Even simpler.

form1.opacity=0;

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Student
India India
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions

 
GeneralReason for my vote of 1 see my reason above Pin
charles henington9-Jul-11 14:14
charles henington9-Jul-11 14:14 
GeneralCreateParams can only be called once but setting the opacity... Pin
charles henington9-Jul-11 14:13
charles henington9-Jul-11 14:13 
GeneralEh? Pin
Anshul R25-Jun-11 17:13
Anshul R25-Jun-11 17:13 
GeneralReason for my vote of 1 yes but easier for someone else to c... Pin
charles henington23-Jun-11 14:33
charles henington23-Jun-11 14:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.