VB.
Net Syllabus
Visual Basic .NET and the .NET Framework
Introduction to .net framework –Features
Common Language Runtime (CLR)
Framework Class Library(FCL)
Visual Studio.Net – IDE, Languages Supported, Components.
Visual Programming
net- Features
IDE- Menu System
Toolbars
Code Designer
Solution Explorer
Object Browser
Toolbox
Class View Window
Properties Window
Server Explorer
Task List
Output Window
Command Window
Elements of Visual Basic .net
Properties
Events and Methods of Form,
Label
TextBox
ListBox
Combo Box
RadioButton
Button
Check Box
Progress Bar
Date Time Picker
Calendar
Picture Box
HScrollbar
VScrollBar
Group Box
ToolTip
Timer
Programming in Visual basic .net
Data Types, Keywords
Declaring Variables and Constants
Operators
Understanding Scope and accessibility of variables
Conditional Statements- If- Then, If-Then-Else, Nested If, Select Case
Looping Statement- Do loop, For Loop,For Each-Next Loop, While Loop
Arrays- Static and Dynamic
Functions, Built-In Dialog Boxes, Menus and Toolbar
Menus and toolbars-
Menu Strip
Tool Strip
Status Strip
Built-In Dialog Boxes –
Open File Dialogs
Save File Dialogs
Font Dialogs
Color Dialogs
Print Dialogs
InputBox
Msg Box
Interfacing With End user- Creating MDI Parent and Child
Functions and Procedures- Built-In Functions- Mathematical and String
Functions, User Defined Functions and Procedures