hi all.
I am quite new to C#, I need to get oriented a little. So I have an easy question for the beginning :)
I can't find the "Visible" property of a form. I can't set the innitial visibility even programmaticaly. All I can do is wait for a form to appear (after running an app) and then use
Form.Hide();
or
Form.Visible=false;
Why can't I find this property in the properties pan? Or I can't seek?
Thank you.
edit: I use Visual Studio 2005