In this task I will explain the environment which visual basic 6.0 uses to make the
programming easier for the programmer.
What is Visual Basic?
The word “Visual” refers to the way the Graphical User Interface (GUI) is designed.
With some programming languages you have to design the GUI’s by writing lots of code to describe everything about the GUI (for example appearance, location of controls, how to display the controls, etc). But with Visual Basic all you have to do is select the control you want and draw it on the form. This is also known as object orientated programming.
The word basic stands for Beginners All-Purpose Symbolic Instruction Code which
refers to the coding section of the software. The actual code is very simple to use as it is
just a large section of English word to do a certain task.
The Visual Basic 6.0 programming environment.
The Visual Basic environment consists of seven main windows which are listed as
follows:-
1. Menu Bar
2. Toolbar
3. Toolbox
4. Form window
5. Form Layout window
6. Project window/ explorer
7. Properties window
Here we will explain only four Windows of visual studio environment.
The visual basic environment is where we create and test our projects.
Eenvironment of visual basic |
FORM WINDOW:
The fOrm window is where we design the forms that make up our user interface. We can use , understand Windows techniques to change the size and location of the form.
PROJECT EXPLORER WINDOW:
The project Explorer window holds the file name. The visual basic environment each window can be moved resize or closed.
The extension of file is .vbp first save project and then save form then the file will be saved.
For the files included in our project.
The Windows title bar holds the name of our project1 file,which is project 1 by default untill we save it with a new name.
We use the properties window to set the properties for the object in our project.
The position of form in the form layout window determinates the position of the form on the desktop when execution of the project begins.
PROPERTY WINDOW:
We use the properties window to set the properties for the object in our project.
FORM LAYOUT WINDOW:
The position of form in the form layout window determinates the position of the form on the desktop when execution of the project begins.
Please share this post and blog link with your friends.For more programs use this blog.
If you have any problem, please comment in comment box, subscribe this blog for notifications of new post on your email and follow this blog.If you have any method of this program or want to give any suggestion send email on hc78326@gmail.com
Created by-- HARSH CHAUHAN
No comments:
Post a Comment