Hello.
I'm building an app that will allow users to edit library(.dll) source code during run time. After making changes the vb app that calls the editor will then invoke a compiler using the previously edited text file as the source.
I have a good example of how to do this using a C# program but I don't know how to do it using VB with .NET studio as the IDE.
Any help would be appreciated.
Thanks.
I'm building an app that will allow users to edit library(.dll) source code during run time. After making changes the vb app that calls the editor will then invoke a compiler using the previously edited text file as the source.
I have a good example of how to do this using a C# program but I don't know how to do it using VB with .NET studio as the IDE.
Any help would be appreciated.
Thanks.