0% found this document useful (0 votes)
91 views

Visual Programming-I

The document outlines a 16-week course on visual programming using VB.NET. It includes the course objectives, which are to teach object-oriented programming and VB.NET GUI programming. The course schedule covers topics like data types, operators, conditions, loops, strings, procedures, exceptions handling, classes, inheritance, encapsulation, and working with various controls like textboxes, buttons, checkboxes in VB.NET forms. The final week is dedicated to a project. Recommended books on VB.NET are also listed.

Uploaded by

Pirzada Swati
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
91 views

Visual Programming-I

The document outlines a 16-week course on visual programming using VB.NET. It includes the course objectives, which are to teach object-oriented programming and VB.NET GUI programming. The course schedule covers topics like data types, operators, conditions, loops, strings, procedures, exceptions handling, classes, inheritance, encapsulation, and working with various controls like textboxes, buttons, checkboxes in VB.NET forms. The final week is dedicated to a project. Recommended books on VB.NET are also listed.

Uploaded by

Pirzada Swati
Copyright
© © All Rights Reserved
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

INSTITUTE OF BUSINESS & MANAGEMENT SCIENCES

KHYBER PUKHTUNKHWAAGRICULTURAL UNIVERSITY PESHAWAR

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

Fall Semester, 2011 Page 1 of 3


Week: 7
Exceptions Handling
Try
Catch
Finally
Week: 8
Introduction to classes
Simple class
Declaring objects
Instance and static class
Adding methods to class
Week: 9
Encapsulation
Inheritance
Week 10
Common properties
Design Vs Run time

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

Fall Semester, 2011 Page 2 of 3


Open file Dialog
Save file Dialog
Font Dialog
Week: 15
Rich Text Box
Properties
Autosize, Borderstyle, Lines, Selectionfont, Selectioncolor
Methods
Clear, Load file, save file, Undo, Redo, Copy, Paste
Week: 16
Project

Recommended Books

Visual Basic.net Bible By Bill Evjen, Jason Beres


Visual Basic.net Mastering series

Fall Semester, 2011 Page 3 of 3

You might also like