Archive for December, 2008

Visual Basic Tutorial- Adding controls to form

Adding Controls to the FormThere are many controls you can use with your program:Buttons, Text Boxes, Pictures, Scroll Bars and more.You can see all these controls in the Toolbox.To see the Toolbox, Select from the menu View->Toolbox And you will see the Toolbox Now lets add a button to your form.Buttons in Visual Basic called […]

Visual Basic Tutorial- Learning about the properties

Every component (form is component for example) has properties,that determine its look and its functioning.Properties can be the component color, width, height and more. To see the form properties, select from the menu View->Properties Window. The properties window looks like this:n the red circle you can see the component name:These are the properties of a […]

What am I up to?

Nearly one month passed and I haven’t posted any good article. Finding good post in the internet and sharing them using one’s own blog is hard but it is also easy when you do it with proper concern. But to write your own article is most toughest job. In my blog I’ve mixed all the […]

Getting started with Visual basic 6

The first thing you do is,Run the Visual Basic program. The first thing you see is: Here you choose what is the kind of the program you want to create.For creating a simple Visual Basic program, choose the Standard EXE,and press the Open Button. (If the above figure is not the first thing you see […]

What Is Visual Basic and Why do I need it?

Visual Basic is Easy to learn Programming language.With Visual Basic you can develop Windows based applications and games.Visual Basic is much more easier to learn than other language (like Visual C++),and yet it’s powerful programming language. Visual Basic suit more for application developing than for Games developing.You can create sophisticated games using Visual Basic, ButIf […]