|
-
Oct 11th, 2009, 12:54 AM
#1
Thread Starter
Addicted Member
Where is the toolbar?
Hi,
Where can I find the toolbar? Was its name being changed? I can't find it in "All windows forms".
Thanks
-
Oct 11th, 2009, 01:18 AM
#2
Re: Where is the toolbar?
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.
Tags for this Thread
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
|