-
Is there anyway to compile a program using VB? I mean like in the VB code, have it make an exe.
P.S. Please don't tell me to use Assembly
------------------
Tom Young, 14 Year Old
[email protected]
ICQ: 15743470 Add Me ICQ Me
AIM: TomY10
PERL, JavaScript and VB Programmer
-
You could Shell VB with the Compile Command Line Argument, eg.
Shell VB6.exe /m C:\Files\MyProject.vbp
------------------
Aaron Young
Analyst Programmer
[email protected]
[email protected]
-
That would work, but what about if the program is to be used by an end-user, and doesn't have any type of compiler?