Compile Visual Basic source code in command line : Introduction « Language Basics « VB.Net Tutorial






vbc /r:System.DLL /r:System.Windows.Forms.DLL /r:System.Drawing.DLL WinEvents.vb
1.1.Introduction
1.1.1.Compile Visual Basic source code in command line
1.1.2.How to compile and run the code in this tutorial
1.1.3.Simple Visual Basic program.
1.1.4.Writing line of text with multiple statements.