[RESOLVED] Need Code For Pop-up Window...
No title bar; No buttons; Single "bump" Border; And Text For A Message.
Would like API version.
I'll need the code to unload it also.
I've tried for two days and can't get anything I can control.
I can crash my program pretty effectively though!
Thanks
Re: Need Code For Pop-up Window...
Re: Need Code For Pop-up Window...
First Choice!
Sorry it took so long to respond back I was still researching, I wasn't expecting such a fast reply.
Re: Need Code For Pop-up Window...
Design Mode:
-Right click on your form and go to menu editor
-configure it and set visibility of your menu to false
Example
Name: MenuMain Visible: False
Name: SubMenu1 Visible: True
Name: SubMenu2 Visible: True
Name: SubMenu3 Visible: True
Code:
then put this code in the event where you want the mnu pop up
VB Code:
PopupMenu [mnuMain] 'this will pop up menu like the image above