COMPUTER L13 GRADE 10
COMPUTER L13 GRADE 10
T - 10
After downloading, install and launch it in your computer. To launch Microsoft Visual Basic 2010
Express:
Information and Communications Technology I.C.T - 10
1. Click Start.
2. Go to All Programs.
3. Select Microsoft Visual Studio 2010 Express.
4. Choose Microsoft Visual Basic 2010 Express.
When you launch VB20l0 Express, the Integrated Development Environment (IDE) is displayed. The
IDE shows the different tools that help in writing a computer program.
The Start page is divided into two sections: project management and information. The project
management side of the page, on the left, offers a quick way to start new projects or work with a list of recently
opened projects.
The New Project/Open Project lets you create a new VB project.
The Recent Projects shows a list of projects that have been recently created.
The information side of the page, on the right, contains resources to help to work on VB, such as links to
the Microsoft website, walkthroughs to help you learn new features
The Getting Started Pane provides some helpful tips to quickly develop applications.
The Latest News section provides the latest online news about Visual Basic 2010 Express. It announces
new releases and updates.
The IDE main window holds the Visual Basic menu bar and the toolbars. Aside from its main window,
it also shows various child windows. Each window am be moved, resized, opened, closed, and modified or
customized. Some windows have tabs that allow you to display dnfferent contents.
The windows in the IDE are considered either document windows or tool windows. The Designer and
Editor windows are generally displayed in tabs in the center of the screen (the Document window), and the
various tool windows are docked along the edges and bottom of the IDE. But the locations and docking
behavior are all customizable as you work on your different projects.
The Toolbars
The toolbar contains frequently accessed functionality that is a subset of what is available in the main menu.
The toolbars are context-sensitive, showing and hiding functionalities depending on what is being done. You
can display any toolbar by clicking on View then selecting Toolbars.
There are two ways to start customizing the toolbars. You can click View in the main menu then select
Toolbars. Choose any toolbar of your choice in the fly-out menu. You can also right-click on the toolbar of your
choice, then scroll to the bottom of the list, and select Customize. The toolbar customization window allows you
to add any feature you would like to the current toolbar.
The Toolbox
When you launch VB2010 Express, the toolbox by default is docked as a vertical tab hidden on the far
left side of the VB window. It contains a context-sensitive list of controls at can be dragged and dropped into
any part of the window.
The Toolbox contains the controls of Visual Basic 2010 Express. These controls are categorized into
Common Controls, Containers, Menus, Toolbars, Data, Components, Printings and Dialogs. Some of the most
frequently used Common Controls are Button, Label, ComboBox, ListBox, PictureBox, and TextBox.
Managing VB Windows
When you start or open a project, some VB windows are already displayed in the working area. These
are the commonly used windows. Window title bars include a set of three icons: Window position (the down
arrow image). Maximize/Restore Down (Window image), and Close (cross image).
The Window Position allows you to treat the window as Dock, Float, Dock As Tabbed Document, Auto
Hide, and Hide. You can expand a window to fill the entire work area or allow the window to be resized and
float freely around the work area with the Maximize/Restore Down icon. In the docked position, the
Maximize/Restore Down icon becomes a pin that can be used to pin the window open or allow it to slide shut.
The Close icon allows you to close a window.
Information and Communications Technology I.C.T - 10