0

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.

Penguin
  • 33
  • 5

1 Answers1

0

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?

Community
  • 1
  • 1
Lars H
  • 57
  • 4