S
schoenfeld1
It seems that when setting the form ClientSize property, the
Form.Visible property is set to True.
Is there a way to create a form such that it does not show at all until
it is explicitly told to show?
In my app, the form shows up on the InitializeComponent() method!
Form.Visible property is set to True.
Is there a way to create a form such that it does not show at all until
it is explicitly told to show?
In my app, the form shows up on the InitializeComponent() method!