Hi,
Where can I find the toolbar? Was its name being changed? I can't find it in "All windows forms".
Thanks
Printable View
Hi,
Where can I find the toolbar? Was its name being changed? I can't find it in "All windows forms".
Thanks
The ToolBar, MainMenu, StatusBar and ContextMenu classes still exist but, since .NET 2.0/VS 2005 they have been superseded by the ToolStrip, MenuStrip, StatusStrip and ContextMenuStrip classes, which can all be found in the Menus & Toolbars section of the VS Toolbox. The new classes are more functional and better in pretty much every way so I strongly recommend using them. That said, if you do want to use the old classes for some reason, you're free to add them to the Toolbox yourself, as you are with any component from the .NET Framework or a third-party.