vb dotnet lectures
vb dotnet lectures
VB.Net Programming
By
Prof Gayatri A Amate
.NET Application
.NET Framework
Visual Studio.NET
ASP.NET: Web Services Windows
and Web Forms Forms
Appropriate
VB.NET compiler C# compiler
Compiler
IL(Intermediate
Language) code
CLR just-in-time
execution
CLR
CLR
◆ Sequence
◼ Functions and Procedures
◆ Selection
◼ If...Then...Else statement
◼ Select Case statement
◆ Iterative
◼ For...Next Loop statement
◼ Do...Loop statement
➢ For Loop
➢ While Loop
➢ Do Loop
• Open your Visual Studio and select File->New Project and select Visual
Basic from the New project dialog box and select Windows Forms
Application.
• The following picture shows how to crate a new Form in Visual Studio.
When you add a Windows Form to your project, many of the forms properties
are set by default. Although these values are convenient, they will not always
suit your programming needs. The following picture shows how is the default
Form look like.