About this Site
Create your own website today!
Update your website
Vote for this Site
Visit My Chat Room
Popular Popups
Jukebox
Message Board
Classified Ads
Statistics
Refer This Site
To A Friend
Home

Visual Basic Programming
Game Programming
Building Your Own PC
Assembly Language Programming
Video Taped Learning Lectures
Buying Software and Hardware
HTML
C and Cplus plus Programming
Java Programming
Microsoft Access
Microsoft Excell
Lotus 123
ZDTV
Using The Internet
PC Troubleshooting
Internet Auctions
Delphi Programmer
BASIC Programming
Pascal Programming
Other Programmers Home Pages
Elite Programmers
Ada Programming
SQL Programming
Find A Programming Job
MCSD Certification
MCSE Certification
Programmers Vocabulary
QuickBASIC Programming
Fortran Programming
Cobol Programming
Programming Technique
Thomas Alva Edison
Orville and Wilbur Wright
Albert Einstein
NASA
Our Sun
The Ocean
Interferometer
Charles Robert Darwin
Day Trading Stocks
My VB Projects
My VB Notes
What Causes Us To Age
Genome Project
Isaac Newton
Radio Telescopes
SETI Project
The Great Viking Civilization
Doppler Shift
Electronics Technology
Scientific Research Methods
Gravity Wells
Superconductor
The Neanderthals
Bodybuilding
Web Jobs
Cool Pictures
Sigmund Freud
Galileo Galilei
Dinosaurs
Plato
Contest
Time Zones
Webmaster
Computer Viruses






  NEW! Poetry and Doll Maker with Galleries!     [Learn About Our Ecommerce]
Graphics Gallery!

There five main types of code in Visual Basic
- Procedure Calls: You can call a procedure that you created, or you can call another control's
event. Procedures include functions (return a value) and subs (don't return a value).
- Compiler Functions: If you know another form of BASIC then you are undoubtedly familar with
it's simple functions like Chr$(), Asc(), and Ucase$(). These functions are like user-defined functions
and always accept arguments and return values.
- Keywords: Like compiler functions, all versions of BASIC have built in keywords, or reserved
words, like For, Next, Do, Loop, Select Case, Error, Goto, and Gosub. These appear in dark blue
by default in the Visual Basic IDE.
- Control Properties: You can set control properties that can be set at run time from within the
code. For example, you could set the text property of a text box by typing txtInput.Text =
"This is in the textbox", assuming that the na me of the textbox is txtInput. Notice the
period. All properties are set after the control name with a seperating period. There are three times
you will use periods after a word in Visual Basic: as a property, as a method, and as the member of a
user-d efined type.
- Methods: Many objects in Visual Basic contain unique functions that can be performed on them.
A function unique to an object is called a method. The method function is called after the name of the
object and is set in dark blue by default in th e Visual Basic IDE. An example of a method might look
like imgPicturebox.Zorder, which will set the image control to the front of the screen, assuming
that the image control's name is imgPicturebox.


The Keyboard is one off the


Sign Guestbook

View Guestbook

Neal Russell Vanderstelt Self-Taught Programmer
HCR2 Box 850-144
Tucson Arizona 85735
United State Of America
520-822-9866

nealvanderstelt@hotmail.com

Domain Lookup
         www..
Get www.yourdomainofchoice.com for your site with services!




.

 
Any WordAll WordsExact Phrase
This SiteAll Sites
Visitors: 01158
Page Updated Fri Aug 13, 1999 7:20am EDT