Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
VB.Net Tutorial
Language Basics 37 codes
Home
VB.Net Tutorial
Language Basics
1 Block scope
2 Call static method
3 Cause compiler error when Option Strict On
4 Class definition with namespace
5 Compile Visual Basic source code in command line
6 Concatenate strings in Console WriteLine statement
7 Convert what you type to value type
8 Define variable inside If statement
9 Define your own namespace
10 Demonstrates scope rules and instance variables
11 Every console app starts with Main
12 Function local variables
13 How to compile and run the code in this tutorial
14 Local variable shadows global variable with the same name
15 Match a pattern from user input
16 Module global variable
17 Option Explicit Off
18 Output string to the Console
19 Read a complete line of text
20 Read a single character
21 Read a string from console
22 Read keyboard input
23 Reference variable index in Console WriteLine
24 Simple Visual Basic program
25 Static Variable
26 Sub scope
27 Turn Explicit off to use variable without declaration
28 Use Console WriteLine to display various type variables
29 Use Do Loop to read user input
30 Use Namespace
31 Use namespace to remove the conflicts
32 Use While to read user input
33 Variable block scope
34 Variable index
35 Variable scope in try catch statement
36 Write some text based on the specified data type
37 Writing line of text with multiple statements