Monday, September 17, 2012

week 8

UNDERSTANDING CONTROL - BUTTON AND TEXT BOX




The first step in creating a new 
VB2010 project is to design the 
interface of the application. You 
design an interface by adding 
controls to the form and then set 
their properties. You can add 
controls from the Toolbox. To see 
the Toolbox window, you can use 
the short-cut keys Ctrl+Alt+X or click 
on the Toolbox icon on the toolbar 
on top of the designer environment. 
The Toolbox consists of many 
useful controls such as Button, 
TextBox, Label, ComboBox, 
CheckBox and more.