PDA

Click to See Complete Forum and Search --> : VB COMPILER


Niranjan
Jan 13th, 2000, 04:40 PM
Is there a way to call VB compiler within a program written in VB?
I'm trying to do a program, which allow the operator/programmer to add few lines of codes
and compile it at run time.

Jan 13th, 2000, 04:46 PM
Try this. Go to your msdos prompt and then you go to your Visual Basic Directory. and type in vb.exe /?

Then you will see the option to compile something. And if you want to use vb.exe. you have to use a Shell Function..