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
starting an application with the primary for hidden
Patrick Darragh
You can encapsulate you're form in an ApplicationContext. Here's an article that explains it: