C# CodeDom how to compile a windows forms application

217 Views Asked by At

I'm creating an winform app that compiles another winform app programmatically using CodeDom but there are not plenty of examples and explanations In the web i need a way to compile a whole windows form with its resource.resx file and designer.cs file because i only found examples that compile console applications

0

There are 0 best solutions below