-
Hi all, anyone knows how can i change the location of a pop up menu? I have a menu bar.. and i set one (top level) as invisible and at a event.. i have this form1.popupmenu menuHi, but it always stick with the cursor.. how can i change the position of the pop up menu, thanks
-
Code:
Popupmenu Menuname, ,x, y ;)
:):):):):p
-
PopupMenu has flags.
Code:
PopupMenu menuHi, 150, 1500
-
What are the constant of the pop up menu flags.. and what do they do? please at least tell me where to find them... thanks...i am new here... lots new to me... thanks
How can i have my signature got face? and how can i include face in my message or in the title? thanks again
-
The flags are:
Code:
PopupMenu menuname, flags, x, y, boldcommand
Flags:
vbPopupMenuLeftAlign
0 (Default)
The left side of the pop-up menu is located at x.
vbPopupMenuCenterAlign
4
The pop-up menu is centered at x.
vbPopupMenuRightAlign
8
The right side of the pop-up menu is located at x.
vbPopupMenuLeftButton
0 (Default)
An item on the pop-up menu reacts to a mouse click only when you use the left mouse button.
vbPopupMenuRightButton
2
An item on the pop-up menu reacts to a mouse click when you use either the right or the left mouse button.
Boldcommand is what command appears Bold. [optional]
Also, faces? You can read the faq, but I'll tell you.
:*eek: = :eek:
:*) = :)
:*( = :(
:*confused: = :confused:
:*o = :o
:*p = :p
:*D = :D
:*rolleyes: = :rolleyes:
:*mad: = :mad:
:*cool: = :cool:
;*) = ;)
REMOVE the *s as for they are used to make the words NOT change.
:):cool::eek::(:rolleyes::D:o:p;):mad::confused: