Hi All,
I've just starting using .Net with no experience of this type of App before. As such im finding it difficult to create a .exe file out of my .vb files. Could some one point me in the right direction.
Thanks In Advance!
Printable View
Hi All,
I've just starting using .Net with no experience of this type of App before. As such im finding it difficult to create a .exe file out of my .vb files. Could some one point me in the right direction.
Thanks In Advance!
If you have Visual Studio .NET, right click on the project name in the Project Explorer on the right side of the screen and choose build..it is compiled to the bin directory of your projects source directory.
If you dont have VS, open a command line prompt and type vbc then enter. It will show you all the options for compiling. If you have any specific command line compiler questions, ask me as I use it alot.