I made a (command) button, and I want a menu to pop out (where the mouse is) when it's clicked.
Help?
Printable View
I made a (command) button, and I want a menu to pop out (where the mouse is) when it's clicked.
Help?
You have to have some menu created so it could be "popped up".
So, do you have any menu (with submenues) yet ???
I know this is possible, I've done it before, I just don't remember how. I know first you gotta make a menu. Then when the form loads you hide it, then you make it pop up somehow next to the mouse.
I just don't remember... :mad:
In your command button's click event put something like this...
VB Code:
PopupMenu Form1.Menu1
What does that mean ???Quote:
Originally Posted by SecretPact
HOLY COW, THAT'S IT! thanks man!
You could just have asked for the syntax of it. ;)