-
Popup menu on load
I want to code a program that goes into the systray and opens and its menu (on load). I tried using "popupmenu blah, blah" in a form load sub, but it opened then menu where the mouse was at the time of load. How do I get the menu to open where the icon is in the systray?
Thanks,
Sir Loin
-
Re: Popup menu on load
How about the Form_Activate event?
-
Re: Popup menu on load
The form's visible property is set to false.
-
Re: Popup menu on load
I tried using
Code:
popupmenu menuname, vbpopupmenurightbutton, something, something
but it didn't work either.
-Sir Loin