Visual Programming-I
Visual Programming-I
Program: BS (CS)-VI
Course Title: Visual Programming - I
Course Code: CS-515
Course Hours: 03
Total Week: 16
Total Credit Hours: 48
Course Objectives
The aim of this course is to teach an object oriented programming overviews and
specially getting expertise in vb.net application programming. In this course students
learn basics of vb.net GUI programming, which includes several built in classes like
buttons, text fields etc. After completion of this course the students becomes able to
understand the object-oriented aspect of this language.
Week: 1
Installation of Visual Studio.Net
Introduction to Vb.Net IDE
Week: 2
Data Types
Byte, Short, Integer, Long, Double
Char, Date
Declaring Variables & Constants
Week: 3
Structures
Operators
Arithmetic (+, -, *, /, %, ^)
Concatenation (&)
Week: 4
Conditions
If … then…. else statement
Select… end select statement
Loops
For …next, Exit for
While … end while, Exit do
Week: 5
Working with strings
Toupper, Tolower, Replace, Trim, Len, StrReverse
Week: 6
Advantages of procedures
Types of Procedures
Scope of procedures
Public, Private, Friend
Week: 11
Name, Size, Location, Enabled, Visible,
Back color, fore color, Font, Text
Week: 12
Vb.net forms
Working with different controls in vb.net
Textbox Control
Common Properties
Read only, Password char, Max length, Multi line,
Border style, Scrollbar, Text align
Button Control
Common Properties
Text, Flat style, Image, Image align, Text align
Week: 13
Common Properties
Checkbox and Radio Controls
Appearance, Checked, Check state, Text, flat style
Listbox Control
Scrollbars, Items, Sorted, Size
Combobox Control
Items, Max length, Selected item
Week: 14
Built-in Dialog Controls
Recommended Books