Starting VB


© Swapna Kamat
Articles in this Topic    Discussions in this Topic

Starting VB

I now assume that you have got Visual Basic 6 installed on your system. Its not a difficult job installing one. It's just like any other Windows software. The Visual Basic environment is mostly located in C:\programfiles\Microsoft Visual Studio\Vb98. You may start the VB environment by click the icon in the Start menu.

Click on 'Start'
Programs
Microsoft Visual Studio 6.0
Microsoft Visual Basic 6.0

Visual Basic loads and you see a window that asks you about the type of program you want to develop. We start with the Standard Exe option.

Creating a program in Visual Basic is simple

  1. Designing the interface. This is done interactively without the need to program. Screen objects (or controls) are selected from the toolbox, placed and sized using the mouse.
  2. Setting the properties of the screen objects to change such things as colors and labels.
  3. Writing program code to specify what will happen as users interact with the screen objects. This step is often described as providing the 'functionality'.

The last step is the most important of all three. You don't need the reason, do you? The first two steps are just the skeletal frame of your application. You need the actual code to run the program. What's the use of a program that just pops up and looks great, but does nothing.

Let us leave this programming aspect aside for the time being. We will familiarize our self to the Visual Basic environment first. I assume that you have spent quite some time working in the Windows environment. The name Windows originated because on your screen, the application loads up as a window. You must be knowing that certain application such as a Browser open up just one window in its entirety. But the Visual Basic environment is different. The screen shows several windows, arranged haphazardly and if you are working on a low resolution (640x480), then its very difficult to work. 800x600 should be the minimum screen resolution for comfortable working. 1024x768 is advisable if your monitor and display card supports it.

In Visual Basic, you work with several open windows most of the time. There are several windows, sometimes called window panes open, and you will often need information from each of the windows. Therefore, you should get familiarized with the screen and its components right at the onset. Learn all you can about the Visual Basic environment now so that you can concentrate on the language and controls later.

In the next article, we will see the different aspects of the VB programming

Go To Page: 1 2


Post this Article to facebook Add this Article to del.icio.us! Digg this Article furl this Article Add this Article to Reddit Add this Article to Technorati Add this Article to Newsvine Add this Article to Windows Live Add this Article to Yahoo Add this Article to StumbleUpon Add this Article to BlinkLists Add this Article to Spurl Add this Article to Google Add this Article to Ask Add this Article to Squidoo


Here's the follow-up discussion on this article: View all related messages

7.   Jul 16, 2002 12:07 PM
hi there :
i am new user of this site.i need your some help.please teach me visual basic how i can use it from the begining.i will waite for ur response.
Bye... ...

-- posted by uiirtaza


6.   Jul 14, 2002 8:15 AM
I want to learn VB 6.0 Programming. I know vb very little, and i've made some programs of beginner level. I've learnt this language myself by reading books, tell me how and where I can learn more abo ...

-- posted by mshafiqms


5.   Jul 24, 2001 11:12 AM
I learn by doing, so what is the simplest thing to create in VB. Once I get the feel for it, I think I'll be okay. But where do I start? ...

-- posted by J_Anne


4.   Sep 14, 2000 1:38 PM
Swapy, I just realized the course had already started. Please ignore my questions as I found your articles and printed them out from the start, and I now realize how this interaction works

Great so ...


-- posted by lvb


3.   Sep 13, 2000 2:18 PM
Swapy, I also want to learn and would by glad to join you.

How do we proceed? What would I need to get started?

Do we keep posting notes or go to a chat room?

Thanks in advance. ...


-- posted by lvb





Join the latest discussions

For a complete listing of article comments, questions, and other discussions related to Swapna Kamat's Learning Visual Basic topic, please visit the Discussions page.