esmithz Posted December 2, 2003 Posted December 2, 2003 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. Quote
*Gurus* Derek Stone Posted December 3, 2003 *Gurus* Posted December 3, 2003 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. The same method would apply under Visual Basic .NET. [msdn]System.CodeDom.Compiler[/msdn] Quote Posting Guidelines
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.