New Console Window?

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

Is there a way to display a console window from a windows
form? For example, can I toggle the visibility of a DOS-
Style console to show debugging information?
If there is a way to have more than one console, that
would be even better!

Thanks in advance!

-Eric
 
* "Eric said:
Is there a way to display a console window from a windows
form? For example, can I toggle the visibility of a DOS-
Style console to show debugging information?
If there is a way to have more than one console, that
would be even better!

P/invoke on 'AllocConsole'.
 
Back
Top