How to Show the Control Toolbox in Microsoft Visual Basic

How to Show the Control Toolbox in Microsoft Visual Basic thumbnail
Like a real toolbox, Visual Basic's Toolbox holds the tools you need to do your best work.

You can create professional applications for the Web, a desktop and mobile devices using Microsoft's latest version of Visual Basic. Powered by the .NET Framework, Visual Basic comes with a rich set of pre-built code libraries and an extensive set of tools. These tools live in the Toolbox, and you can drag them into your user interface quickly. Learning how to show and manage the Toolbox is essential to mastering Visual Basic application development.

Instructions

    • 1

      Open Visual Studio and click "New Project."

    • 2

      Click the "Visual Basic" button on the left side of the window, and then click "Windows Form Application" on the right side of the window.

    • 3

      Type a name for the project in the "Name" text box, and click "OK" to create a new Visual Basic project. Visual Studio will create a new project and display the project files in the "Solution Explorer" panel. An empty form will appear in the "Design" pane.

    • 4

      Click the "View" button at the top of the screen, and select "Toolbox." The Toolbox will open and display its controls.

Tips & Warnings

  • To hide the Toolbox automatically, click the "AutoHide" button at the top of the Toolbox window. The Toolbox will collapse into a small vertical bar on the left side of the Visual Studio screen. Hover your mouse over the bar to make the Toolbox reappear. AutoHide behavior is useful when you don't want the Toolbox to cover the form in your work area. Click the "Floating" button at the top of the Toolbox and drag it to a new location to reposition it.

Related Searches:

References

Resources

  • Photo Credit Creative Crop/Digital Vision/Getty Images

Comments

You May Also Like

  • How to Explore the Visual Basic Toolbox

    The Visual Basic console contains a toolbox, coding area, Solution Explorer and properties window for your projects. The toolbox is loaded with...

  • How to Outfit a Basic Toolbox

    How to Create a List Box in Visual Basic. When you want to request information from the user, you can create an...

  • Visual Basic 6 Slide Show Tutorial

    Visual Basic contains a slide show control where you can insert scrolling Web pages or images into your software. Visual Basic has...

  • How to Add a Color Palette to VB6

    A color palette on a computer is a subset of the 16 million colors theoretically visible. The default palette in a Visual...

  • Tutorial of Visual Basic 6

    Microsoft Visual Basic 6.0 is a development environment that you can use to create applications involving extensive user interaction. In terms of...

  • Microsoft Visual Basic Tutorial

    With Visual Basic, you can create applications for the Web, the desktop and handheld computers. Visual Basic's IDE (integrated development environment) provides...

  • How to Use MS Visual Studio

    Visual Studio is Microsoft development management software. You can program desktop or website software using the Visual Studio interface. Visual Studio allows...

  • How to Create a Calendar in VB

    VB (Visual Basic) includes a helpful control that will create a calendar in a few steps. You can use this for display...

  • How to Display Form 2 in Visual Basic

    Visual Basic runs in both the Microsoft Visual Studio.NET developer environment and the free version of Microsoft Visual Basic Express. Each developer...

  • How To Do Database Programming With Visual Basic

    Microsoft Visual Basic was made to make programming easy, and it also has many built-in parts that help a programmer connect to...

  • Steps to Create a Visual Basic Application

    Creating a Visual Basic application is as easy as creating any other application. You can create a VB application by using Visual...

  • How to Use Text Boxes in Visual Basic

    Text boxes are one of the most common controls used in Visual Basic. They are the basic input and output devices in...

  • How to Use an Image Map in Visual Studio

    Microsoft Visual Studio is software made to help developers easily design, edit and test different Windows-based applications. You can build applications in...

  • How to Open the HP Toolbox

    The HP Toolbox is a software package that allows users to easy align and clean their printer heads without any "Manual" processes....

  • Visual Basic Step-by-Step

    Visual Basic is a widely used programming language developed by Microsoft to create programs for their Windows operating systems. Visual Basic's core...

  • How to Make a VB6 OCX

    OCX files contain ActiveX controls, which work in any Microsoft application written in Visual Basic, Visual C++ or any other programming language...

  • How To Display Values In a Textbox In Visual Basic

    Text boxes in a user interface are often used to get information from the user, but they can also be used to...

  • What is Visual Studio 6.0?

    Visual Studio 6.0 is a suite of Microsoft software development tools and languages, packaged for the Windows environment and Web applications. Some...

  • How to Program With Microsoft Visual Basic

    The best way to learn to program with Microsoft Visual Basic is by physically writing the computer code yourself. You can supplement...

Related Ads

Featured