I am looking to make a program that can compile a vb.net source that is in a .txt file.
Text Files Text:
(Just as a really basic example.)
I then want my program to take the text from that file (which will be named Complile.txt inside of the resources) and use it to compile a new VB program.
I don't really even know if this is possible, but it would be very useful for a project I am working on!
Text Files Text:
Code:
Public Class Form1 YATAYATAYATA
Sub New YATA
If Blah = Blah then
BLah
End Sub
End ClassI then want my program to take the text from that file (which will be named Complile.txt inside of the resources) and use it to compile a new VB program.
I don't really even know if this is possible, but it would be very useful for a project I am working on!