Custom C# Compiler and MSDOS Window

Posted by j-t-s on Stack Overflow See other posts from Stack Overflow or by j-t-s
Published on 2010-04-18T04:48:48Z Indexed on 2010/04/18 4:53 UTC
Read the original article Hit count: 490

Filed under:
|
|
|
|

Hi All

I've just got my own little custom c# compiler made, using the article from MSDN.

But, when I create a new Windows Forms application using my sample compiler, the MSDOS window also appears, and if I close the DOS window, my WinForms app closes too. How can I tell the Compiler? not to show the MSDOS window at all?

Thank you :)

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms