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
Have you tried
this.Hide();
in the form_load or form_activated events
form_load
form_activated