I_R_Lee Posted December 19, 2002 Posted December 19, 2002 I'm thinking of making a basic Visual Basic IDE thingy for fun. I was wondering how you compile your code, through code or with the command prompt. Quote
*Gurus* divil Posted December 19, 2002 *Gurus* Posted December 19, 2002 Through code, it's quite easy. I've created an IDE supporting both VB.NET and C# myself. Dim myCodeCompiler As ICodeCompiler = New VBCodeProvider().CreateCompiler You can then use the methods of ICodeCompiler to compile code from files or strings in memory. At some point in the near future I'll be writing a tutorial on this. Quote MVP, Visual Developer - .NET Now you see why evil will always triumph - because good is dumb. My free .NET Windows Forms Controls and Articles
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.