Hello all..
Is it possible to add a textbox onto a context menu like Office XP does with its menu systems?
thanks
-mcd
Printable View
Hello all..
Is it possible to add a textbox onto a context menu like Office XP does with its menu systems?
thanks
-mcd
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.
Can it be done with the normal menu at the top of a form? (shoot, i forgot what you call it)
thanks,
-mcd
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).