How can I create a new Console from a class library or a windows application? Is it even possible?
Printable View
How can I create a new Console from a class library or a windows application? Is it even possible?
The WinAPI function would be AllocConsole. Don't know for .Net.