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.
Printable View
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.
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..