Hi,
I'm trying to make a headless version of my app (one that will start if the user appends arguments).
My problem is that even though if I check for args in Main() it seems to open up the form no matter what. I've managed to use two versions of my constructor (one without args and one with), but the Application.Run(new Nameofapp()) seems to open up the form anyway...
Any pointers on this would be appreciated! :)