Please help!!!
I want to programmatically compile a project that has a number of different forms that link together i.e. clicking on a button on one form closes that form and opens another form.
I have tried using the ICodeCompiler but errors have occured which I think are becuase the forms to be displayed have import statements.
Also, the only examples of programmatically compiling code I have seen have only had one source file, and I have several, so how do I deal with this?
Thanks
I want to programmatically compile a project that has a number of different forms that link together i.e. clicking on a button on one form closes that form and opens another form.
I have tried using the ICodeCompiler but errors have occured which I think are becuase the forms to be displayed have import statements.
Also, the only examples of programmatically compiling code I have seen have only had one source file, and I have several, so how do I deal with this?
Thanks