0% found this document useful (0 votes)
43 views4 pages

VB Syllabus

The VB.Net syllabus covers the fundamentals of Visual Basic .NET and the .NET Framework, including the Common Language Runtime and Framework Class Library. It includes practical aspects of using Visual Studio.Net, programming concepts such as data types, variables, conditional statements, and looping structures, as well as user interface elements like forms and controls. Additionally, it addresses built-in dialog boxes and the creation of menus and toolbars for user interaction.

Uploaded by

Froz Works
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
43 views4 pages

VB Syllabus

The VB.Net syllabus covers the fundamentals of Visual Basic .NET and the .NET Framework, including the Common Language Runtime and Framework Class Library. It includes practical aspects of using Visual Studio.Net, programming concepts such as data types, variables, conditional statements, and looping structures, as well as user interface elements like forms and controls. Additionally, it addresses built-in dialog boxes and the creation of menus and toolbars for user interaction.

Uploaded by

Froz Works
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

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

You might also like