Is there a way to put a TextBox in a menu, like in office 2000.
Printable View
Is there a way to put a TextBox in a menu, like in office 2000.
Try the ActiveBar Control from Active, Inc. Microsoft has a link for it.
I'll be back with maybe a way.
If you use a ToolBar control (add Microsoft Windows Common Controls 5.0 to your project; maybe 6.0 for later Win versions... I use Win95) you can make a button with the style tbrPlaceHolder, and you can stick a control onto it. If it doesn't seem to show on the 'button', use the ZOrder method of the control you're sticking onto the placeholder to force it to the top.
Kaverin: I want it in a Menu not a toolbar, but thanks anyway