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'.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top