Quote Originally Posted by Fishcake
instead of this.visible = false; use this.Opacity = 0; because if the first form is invisible it doesn't show in the task bar either.
Yes I know. But there are other problems with this too. Like when you right click the button and MOVE, you will be moving the hidden form, not the real one.

Stuff like that.