|
-
Jul 29th, 2000, 06:34 PM
#1
Thread Starter
New Member
Forms without border, Menus
When i put a menu in a form with no borders (BorderStyle=0)
VB "puts" border on that form even if the menu insn't visible.
How i prevent this?
Is there another way to use menus without the Menu Editor?
Thanks
JDGS
-
Jul 29th, 2000, 07:07 PM
#2
You can make your own Menu's using ImageBox's. For example, when the user clicks on an Image, several others become visible. This makes it act as a normal menu.
[Edited by Megatron on 07-29-2000 at 08:23 PM]
-
Jul 29th, 2000, 07:39 PM
#3
make the form have no caption, set the control box to false, and set the border to none, and have the menu invisible, then use Me.PopupMenu when you want it to popup.
-
Jul 29th, 2000, 08:48 PM
#4
Detail Dennis!
Two forms.
One form is the main one, the other form is the menu.
On form1, in the button or whatever the object is:
Code:
PopupMenu form2.mnuopts
'your menu
&Options > mnuopts
....&Yes > mnuyes
....&No > mnuno
-
Jul 30th, 2000, 08:16 PM
#5
Thread Starter
New Member
Tanks
Tanks everybody!
I will try it now
JDGS
-
Jul 30th, 2000, 10:42 PM
#6
ahhh I am too lazy for details Matthew....
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
|