Just got VS 2003.net, How do i actually make hte application an ExE
Printable View
Just got VS 2003.net, How do i actually make hte application an ExE
Everytime you compile or run it from the IDE it gets compiled and the exe is built in the bin subfolder of the project.
unlike vb6, when you compile it doesnt ask you where you want to make the exe or the filename - I don't know if this is better or worse than vb6, u choose.
When your ready to compile your exe, click 'Build' and choose 'Build "ProjectName"' and it will make the exe in the bin folder located in the main project folder.
Hope that helps