I am totally new to VB.NET and yesterday tried to write my first program. But I can't see how to create a standalone (.EXE) file. How does it work in .NET?
Printable View
I am totally new to VB.NET and yesterday tried to write my first program. But I can't see how to create a standalone (.EXE) file. How does it work in .NET?
The exe is created automatically inside Bin directory every time you build or run your program.
:D
much like the VC++ way then :D