|
-
Sep 13th, 2002, 02:16 PM
#1
Thread Starter
Hyperactive Member
textbox on context menu
Hello all..
Is it possible to add a textbox onto a context menu like Office XP does with its menu systems?
thanks
-mcd
[vbcode]
'*****************************
MsgBox "MCD :: [email protected]", vbInformation + vbOKOnly, "User"
'*****************************
[/vbcode]
-
Sep 13th, 2002, 02:22 PM
#2
I don't think so at least not with the ContextMenu object. You can make a custom form and show it in place of the contextmenu object though.
-
Sep 13th, 2002, 02:52 PM
#3
Thread Starter
Hyperactive Member
Can it be done with the normal menu at the top of a form? (shoot, i forgot what you call it)
thanks,
-mcd
[vbcode]
'*****************************
MsgBox "MCD :: [email protected]", vbInformation + vbOKOnly, "User"
'*****************************
[/vbcode]
-
Sep 13th, 2002, 03:21 PM
#4
As far as I know it can't be done with any menu because menu objects aren't containers for other controls. You could do it in a Toolbar or somthing (well you could in VB6).
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
|