Introduction To Visual Basic
Introduction To Visual Basic
• Machine language
• Procedure-oriented languages
• Object-oriented languages
• Event-driven languages
• Natural languages
• Machine Language
– different for each computer processor
• Procedure-Oriented Languages
– BASIC
– FORTRAN
– COBOL
– Pascal
– C
– C++
– JAVA
– Ada
• Object-oriented languages
– Smalltalk
– C++
– Java
– Ada 95
• Event-driven languages
– Visual Basic
– most Visual languages
• Natural languages
– computer will accept a user’s native or natural
language, such as English
– AI, ML, DL
– Researchers continue to work in this area
Hands-On Exercise 1
– Start Microsoft Visual Basic 6.0
– Open the Welcome Project
– Open the Welcome Form
– Run the Welcome Project
– End the Welcome Project
– Exit Visual Basic
Project
Toolbox Explorer
Form
Designer
Window
Properties
window
Code Editor
Window
Form Layout
Window
Dr. A. Malathi Govt Arts College, Coimbatore 15
MSDN Library
Method Convert To
Integer.Parse Integer
Decimal.Parse Decimal
.ToString String
Operator Operation
+ Addition
– Subtraction
* Multiplication
/ Division
\ Integer Division
Mod Modulus – Remainder of division
^ Exponentiation