View Single Post
  #1 (permalink)  
Old 08-30-2006, 09:14 PM
NeedHelp NeedHelp is offline
Programming God
 
Join Date: May 2006
Posts: 527
Rep Power: 13
NeedHelp is on a distinguished road
Default Hide form on startup?

How do you hide form1 on startup? I have an application where I have a notifyicon and don't want to display the main form (although the notifyicon is in the form1 on load). I used

Code:
this.visible = false;
which did not work at all. I know this can be done in C++ (I think).
__________________
I Need Help
Reply With Quote

Sponsored Links