Results 1 to 2 of 2

Thread: Where is the toolbar?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Mar 2009
    Posts
    128

    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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    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.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

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
  •  



Click Here to Expand Forum to Full Width