|
-
Apr 3rd, 2002, 03:28 AM
#1
Thread Starter
Lively Member
Creating .exe file in VB
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!
-
Apr 3rd, 2002, 09:28 AM
#2
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|