|
-
May 18th, 2005, 08:45 PM
#1
Thread Starter
Fanatic Member
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
-
May 18th, 2005, 08:47 PM
#2
Re: Popup menu on load
How about the Form_Activate event?
-
May 18th, 2005, 09:00 PM
#3
Thread Starter
Fanatic Member
Re: Popup menu on load
The form's visible property is set to false.
-
May 19th, 2005, 12:38 PM
#4
Thread Starter
Fanatic Member
Re: Popup menu on load
I tried using
Code:
popupmenu menuname, vbpopupmenurightbutton, something, something
but it didn't work either.
-Sir Loin
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|