Mega Code Archive

 
Categories / VB.Net Tutorial / Class Module
 

Put code in a Module

Module Module1     Sub Main()         Console.WriteLine("My first VB.NET Program")     End Sub End Module My first VB.NET Program