V VM Jun 22, 2004 #1 Is it possible to add other controls (textboxes, buttons, etc...) into a Windows toolbar? Thanks.
S Shakir Hussain Jun 22, 2004 #2 You mean the Windows.Forms tool bar? Yes, you can. Simply drag and drop the combobox or textbox into the toolbar control, during the design mode. If you meant windows taskbar, its still Yes. You can add combo boxes etc to taskbar by adding a toolbar to it., through api's. Shak.
You mean the Windows.Forms tool bar? Yes, you can. Simply drag and drop the combobox or textbox into the toolbar control, during the design mode. If you meant windows taskbar, its still Yes. You can add combo boxes etc to taskbar by adding a toolbar to it., through api's. Shak.