|
-
Aug 10th, 2006, 06:27 PM
#1
Thread Starter
Frenzied Member
[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
-
Aug 10th, 2006, 06:34 PM
#2
Hyperactive Member
Re: Need Code For Pop-up Window...
now do you need something like this?
edit:
Or this
Visual Basic Rules!!!!! 
-
Aug 10th, 2006, 07:04 PM
#3
Thread Starter
Frenzied Member
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.
Last edited by FourBlades; Aug 10th, 2006 at 07:11 PM.
Reason: Added Text
-
Aug 10th, 2006, 08:10 PM
#4
Addicted Member
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
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
|