View Single Post
  #5 (permalink)  
Old 09-01-2006, 12:11 PM
NeedHelp NeedHelp is offline
Programming God
 
Join Date: May 2006
Posts: 527
Credits: 0
Rep Power: 13
NeedHelp is on a distinguished road
Default

Quote:
Originally Posted by brackett View Post
You could do this.WindowState = WindowState.Minimized, which will minimize the form, but show it in the taskbar. By setting this.ShowInTaskbar to False, you'll get rid of the task, but it can still be gotten to via Alt-Tab.
This is what I had originally and it shows a little box above the start button. Looks really bad like a minimized form in an MDI.

How do I use void main as startup?
__________________
I Need Help
Reply With Quote