English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to create a programe that compile a visual basic project to a exe file

2007-02-15 21:55:17 · 3 answers · asked by bugasanka 1 in Computers & Internet Programming & Design

3 answers

VB.Net. It may work for the vrs. that you have. But every time that you debug the project that you are working on it saves a copy of the .exe file extension name. It is in the same project under the "Bin" folder. Example...

C:\Documents and Settings\Tom\My Documents\Visual Studio Projects\Alarm\bin

2007-02-19 07:54:35 · answer #1 · answered by Anonymous · 0 0

This is actually relatively easy in VB.net: they provide you with a compiler object and a VBCodeProvider object under the Microsoft.VisualBasic namespace. There are numerous articles on this in MSDN so I won't discuss it here, but if you search for VBCodeProvider on MSDN you'll find everything you need (including how to parse a solution and compile an .exe from it).

2007-02-16 09:07:22 · answer #2 · answered by Pfo 7 · 0 0

NB: At this point I assume you can already write VB programs.

After writing the script for the program, click on File -> Make .
will be replaced with your Project's name.

Enter a name for your program and then click on save.

2007-02-15 23:50:22 · answer #3 · answered by falexge 2 · 0 1

fedest.com, questions and answers