Hi there,
Are you using Visual Studio.NET for your programming? If so, simply press
F5 to start running the program. If you want to make an exe, set
Debug to
Release on the
Standard toolbar and choose
Build | Build Solution. You'll find the .exe in your
bin folder in your project.
If you have created the source code in a text editor, you'll need to compile your program using the command line compiler called
vbc.exe. For more help, type
vbc.exe /? in a command prompt (make sure that the location of this file is within the path variable of your command prompt).
Check out
this article at MSDN for more information.
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.