Hi, I am trying to create a windows form application that has a notify icon. this part however is not the problem. The problem I am having, is that I don't want the form to be shown until a menu item on the notify icon is pressed.
When I try and do this, in the forms Load event, I set the form to hidden/non visible. This however creates the form, then hides it, which causes the user to see it on screen briefly.
another method I tried involved using a Sub Main to start the program (initialise my notify icon, not load the form) but this causes the application to load and then quit instantly.
does anyone have any ideas how I can achieve this? i have tried searching, the forum and google and haven't turned anything up.
thanks
When I try and do this, in the forms Load event, I set the form to hidden/non visible. This however creates the form, then hides it, which causes the user to see it on screen briefly.
another method I tried involved using a Sub Main to start the program (initialise my notify icon, not load the form) but this causes the application to load and then quit instantly.
does anyone have any ideas how I can achieve this? i have tried searching, the forum and google and haven't turned anything up.
thanks