Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

multiple consoles question

2 views
Skip to first unread message

Ilya Krasavin

unread,
May 27, 2002, 5:21:02 AM5/27/02
to
Hi all.
I want to create many console windows for my single proccess application to
possible to show different kinds of information in different windows and to
get different streams of input from different handlers (or signalled by
different events).
Does anybody know how to do it? One process and many console windows
associated with it?

Thanks,
Ilya

Tim Robinson

unread,
May 27, 2002, 5:44:07 AM5/27/02
to

Yes. Call AllocConsole to obtain a handle for a new console. Call
FreeConsole to close a console.

--
Tim Robinson
http://www.themoebius.org.uk/

0 new messages