starting an application with the primary for hidden

Hi!
Application.Run(new Form1()) starts the application by showing Form1.
I would like the start-up form of my application to be initialized but remain hidden, since it contains a notifyIcon with which it can be shown.
How is this done



Answer this question

starting an application with the primary for hidden