I am changing the Visibility of a Form to false during the load event AND the form still shows itself. What is the right event to tie this.Visible = false; to? I\'d like to
Just create an instance of Form1 and do not call methods to show/display it. But I bet you're doing something wrong.
Form1