top of page

Introduction

Visual Basic is a programming language, which coded on .NET Framework. Visual basic is a programming language that Microsoft provides and you can create any GUI application with the help of this languages. Coding in visual basic is as easier as snapping candy with a child's hand. Microsoft visual basic is used by 3 MILLION peoples all over the world, Friends is not a small number. visual basic model first released in 1991 but it's declared in 2008. Visual basic is also access databases using Data Access ObjectsRemote Data Objects, or ActiveX Data Objects, and creation of ActiveX controls and objects. A programmer can create an application using the components provided by the Visual Basic program itself like TextBox, RichTextBox, Button, ListBox and much more Tools in ToolKit. Over time the community of programmers developed third-party components. Programs written in Visual Basic can also use the Windows API, which requires external function declarations. In today's market visual basic version are available 2006 (VB6), 2008, 2010, 2012, 2013, 2015 and 2017.

If  you want to download visual basic then i have provide the link below. You can download visual basic editor from there .

Click here to download visual basic 2008.

After you download visual basic so it's display a page like :-  Figure 1.0

You can create your first project after click on

Create:         Project...

Figure 1.0

Figure 1.1

Note:- You don't have worry about another boxes like Getting started and visual basic developer News because it is not impotant to know more about those. just chill and site back. The your journey to become an expert in visual basic starts here.

A pop pup window will display on your screen (Figure 1.2) after click on Project... of Create: Now you can see many options are available in Templates: you can work for any type of application but we will work Windows Forms Application so click on this template and get name of your first project in Name: tab, then click OK button.

Figure 1.2

After click on OK a screen will be display. Figure 1.3

Figure 1.3

Here Figure 1.3 you can see Form1 (where we design our application), Solution Explorer, Properties and Toolbox.

This Toolbox Figure 1.4 is much important to create an application, with the help of this toolbox we can add any tool on our Form (Figure 1.5).

Figure 1.5

Figure 1.4

This is also very important to change properties (Figure 1.6) of any tool and form you can see this properties after click on form or any tool after click and drag any tool on form (don't be confused, is you have any doubt you can see video tutorials on this site or it will be clear on later lessons.

Here you can change your form name just click here.

Figure 1.6

bottom of page