Multiple Console Windows at Once?
Posted: Sat Sep 29, 2012 2:36 am
Lots of people see no purpose in having the ability to add or use Console
Windows to their applications. Others, and some languages, make great
use of Console Windows. They can be very handy for quick projects where
you need direct answers, or for a variety of other purposes. I once wrote
an extensive application that created three rows of boxes across the
screen, and used the colors to emphasize the data that needed attention.
That's taking one console screen, enlarging it, then filling it with data that
was organized to fit into one of the boxes. But how about the idea of having
more than one console screen in use as one time? Is it possible?
This link may steer you towards an answer:
http://www.codeproject.com/Articles/133 ... pplication
It might make you more aware of what is possible.
Oh, incidently, the Windows APIs have 64 Functions specifically related to the use of
the Console. A bit if effort in making use of these might bring big rewards. You
never know.
Windows to their applications. Others, and some languages, make great
use of Console Windows. They can be very handy for quick projects where
you need direct answers, or for a variety of other purposes. I once wrote
an extensive application that created three rows of boxes across the
screen, and used the colors to emphasize the data that needed attention.
That's taking one console screen, enlarging it, then filling it with data that
was organized to fit into one of the boxes. But how about the idea of having
more than one console screen in use as one time? Is it possible?
This link may steer you towards an answer:
http://www.codeproject.com/Articles/133 ... pplication
It might make you more aware of what is possible.
Oh, incidently, the Windows APIs have 64 Functions specifically related to the use of
the Console. A bit if effort in making use of these might bring big rewards. You
never know.