PDA

Click to See Complete Forum and Search --> : Console in Windows App


sunburnt
Jan 22nd, 2003, 04:21 PM
How can I create a new Console from a class library or a windows application? Is it even possible?

CornedBee
Jan 24th, 2003, 07:31 AM
The WinAPI function would be AllocConsole. Don't know for .Net.