At The Momenet There Is No Freeware Version of Visual Basic Available: - (
At The Momenet There Is No Freeware Version of Visual Basic Available: - (
Introduction
This website is for programmers and would-be programmers who want to learn visual basic as quickly as
possible, You will be quickly creating applications by following the simple examples. All the applications
featured are fully functional windows applications with all the usual user-interface controls such as command
buttons, labels and textboxes.
As long as you are familiar with Windows 95, you can easily create applications with Visual Basic. You don't
have to be a windows expert, but you should feel comfortable working with menus, the mouse and the windows
interface. If you've opened, closed and re-sized windows you should have the ability to make your own Visual
Basic applications in no time at all.
What is a programming language ?!
A Computer cannot understand any persons spoken language. A spoken language such as English , French, is
simply too general and ambiguous for computers to understand. Therefore, we must adapt to the machine and
learn the computer language so that the computer can understand. This is where visual basic comes into it -
when you type visual basic source code into the computer, the computer processes these statements into Visual
Basic language. The statements in visual basic, however, do not have multiple meanings within the same
context.
This sounds great what else will I need!?
You will require a Windows 95-compatible computer with at least Windows 95 or Windows NT installed and
must importantly Visual Basic!. At the momenet there is no freeware version of Visual basic available :-(
Lesson 1
Hopefully you will learn this during lesson 1. :
About the Development Environment
The project explorer windows
Running a form
Making your first *.exe
Understanding the tool bar
Introducing Source code
Command Button properties
Explanations of global modules
Opening an existing Visual Basic project.
Explore the forms and the source code behind the an existing project in design mode
Recognise and understand the function of the main component of the Visual Basic environment eg.
toolbar's , toolboxes , project window, properties window and most importantly the source code window.
Saving your project to a file.
Button Properties.
Once an application is loaded it can be run by click on the icon from the toolbar, to pause press and to
terminate use .
Once a project is loaded, the name of the form(s) that it contains is displayed in the project window.
To view a form in design mode, select the form required by clicking with the mouse to highlight its
name, then clicking on the view form button.
In this example the project has been loaded and the maillist.frm has been selected for viewing. This Ms Mail
example project useds 6 forms and 1 modules.
In Design mode, when the form is viewed, the code attached to any screen object may be inspected
by double clicking on that object. The screen shots below show the interface of the Ms Mail
exe
The above image will be displayed in the comment's value type some comments company name name etc... The
Title tag represents the caption you will see if you press Control + Alt + Del. And the icon is the icon that will
be available on the execute icon. As you can see it is quite simple to understand. All the comments, data and
name appear when you click on the compiled (execute) exe and click properties.
Saving your visual basic project.
Save your work to disk. Use the Windows Explorer or any desktop windows to check that all files have been
saved. There should be one Visual Basic Project (.VBP) file and separate Form (.FRM) and Module (.BAS)
files for each form and module used in the current project.
Button Properties for reference
http://www.devdos.com/vb/quiz.shtml
Lesson 1 quiz
For this quiz on lesson 1 Visual Basic tutorial please enter the best fit answers to these questions all the answers
are available from Lesson 1 so if you have just joined please click here
Anything you do not know just leave blank ,none of this information is being recorded (except the
counter) so if you fail no one will know!
Top of Form
No Name
B View Form
C Height of window
B Tool Bar
D Project explorer
A OS file name
B Name of object
D Tree View
C Drawing 3d objects
A global module
B resource files
C general module
D modest module
6. What is tool tip text.
D Tool tip text is shown when the mouse is held over a object for a period of time
7. What is the meaning of *.VBP .