1. Starting The VB.Net 2005
To start vb.net 2005, one of which is to perform the following steps:
Click the Start button > All Programs > Microsoft Visual Studio 2005.
2. Create A New Project
Create a new project can be done in several ways. Among these is by selecting the create: project shortly after the opening VB.net 2005. The other way can also be done by selecting File> New Project
3. Choosing Object Type
VB.NET 2005 has many types of objects. The most commonly used is to make Windows-based application by selecting the icon of the Windows Application
4. Basic Component Of VB.NET 2005
Basic components VB.NET 2005 is not too much different from VB 6.0 which include the Menu Bar, Standard Toolbar, Toolbox, Form, the Solution Explorer window and the Properties window as can be seen in the image below:
4.1 Icon To Showing The Toolbox
Under certain conditions, may be the toolbox icon disabled by the user so it is not visible on the screen. to redisplay the toolbox, do click on the toolbox icon.
4.2 Properties Windows
Properties window function to set object properties, for example to give a name, change fonts, change the color and the models and the like.
5.1 Event On The Object
The following are some of the list of events on specific objects in a form
6. Operations On The Form
6.1 Add a New Form
-> select the text property > Write the name caption
-> Click on the enter button
6.4 Resize The Form To Full Screen
-> Open form that will be maximized in size
-> Select property WindowState
-> Select maximized
Keyword :
VB.NET 2005
Visual Studio 2005
Basic Component Of VB.Net 2005
Basic Component
Virtual-based program
To start vb.net 2005, one of which is to perform the following steps:
Click the Start button > All Programs > Microsoft Visual Studio 2005.
2. Create A New Project
Create a new project can be done in several ways. Among these is by selecting the create: project shortly after the opening VB.net 2005. The other way can also be done by selecting File> New Project
3. Choosing Object Type
VB.NET 2005 has many types of objects. The most commonly used is to make Windows-based application by selecting the icon of the Windows Application
4. Basic Component Of VB.NET 2005
Basic components VB.NET 2005 is not too much different from VB 6.0 which include the Menu Bar, Standard Toolbar, Toolbox, Form, the Solution Explorer window and the Properties window as can be seen in the image below:
Under certain conditions, may be the toolbox icon disabled by the user so it is not visible on the screen. to redisplay the toolbox, do click on the toolbox icon.
4.2 Properties Windows
Properties window function to set object properties, for example to give a name, change fonts, change the color and the models and the like.
4.3 Icon To Showing The Coding
4.4 Toolbar To Showing Coding Or Form
5 Introduce Another Components
The virtual-based program we recognize the existence of the term event, which is a process that is performed by coding the time of the incident on a particular object, for example, when pressing the enter button, when clicked, when it loses focus and the like.
The following are some of the list of events on specific objects in a form
5.2 Error Warning
Coding typed to perform a particular process that we want usually not directly true, are sometimes an error occurs. VB.NET advantages compared with VB 6.0 among other errors warnings that appear early before projects on the run. preferably in case something like this answer NO to be immediately known in a row where the error occurred coding
5.3 Indication of line coding error
This is an indication of the error that occurred and you have to double-click in the wrong line of coding so that they can be fixed.6. Operations On The Form
6.1 Add a New Form
- The First Way
-> Click project menu > Choose add windows form
-> Write name of form > Click add
- The Second Way
-> Right-click project name > choose add
-> choose windows form
6.2 Rename Form
-> Open form that will be renamed
-> Click the property name > Write the name of the new form
-> Click the enter button
6.3 To Name The Title Of The Form
-> Open form will be changed caption-> select the text property > Write the name caption
-> Click on the enter button
6.4 Resize The Form To Full Screen
-> Open form that will be maximized in size
-> Select property WindowState
-> Select maximized
Keyword :
VB.NET 2005
Visual Studio 2005
Basic Component Of VB.Net 2005
Basic Component
Virtual-based program
No comments:
Post a Comment