How do you hide form1 on startup? I have an application where I have a notifyicon and don't want to display the main form (although the notifyicon is in the form1 on load). I used
Code:
this.visible = false;
which did not work at all. I know this can be done in C++ (I think).