How to Use VBCodeProvider

1.4k views Asked by At

I am writing a Windows Forms application using .NET Framework 4.0 on Windows 7 x64.

My program needs to be able to compile some text to an EXE. I found out that I could do this with the VBCodeProvider. The problem is, I don't know how to use it, and I have already Google searched and looked at the MSDN documentation.

1

There are 1 answers

0
Lars H On

Have You looked at: VBCodeProvider Class

Have You tested the example Code.

You can also look at: How to enable implicit line continuation in VBCodeProvider?