May 16, 2003 #1 N nvc944 Newcomer Joined Apr 25, 2003 Messages 14 Hello guys I just created a small project in .net and want to compile it to a .exe, in vb6 it was simple were the heck is the option in .net. thank you.
Hello guys I just created a small project in .net and want to compile it to a .exe, in vb6 it was simple were the heck is the option in .net. thank you.
May 16, 2003 #4 M mutant Guest Go to the folder with your project, you should find a directory called bin. Its there.
May 16, 2003 #5 D divil Ultimate Contributor Joined Nov 17, 2002 Messages 2,746 Location England .NET projects are compiled to an EXE every time you run them, they're not interpreted like VB6 was.