I cannot use Hide() or the visible property in the constructor or Load() to hide my form when it is initializing.
I cannot leave out the constructor code because this program runs in the background. The form needs to be initialized but I dont want the user to see it until they click the notify icon.
I cannot leave out the constructor code because this program runs in the background. The form needs to be initialized but I dont want the user to see it until they click the notify icon.