Quote:
Originally Posted by brackett
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?