How to expand the console?
Hello everybody,
I have a programme that shows me about 4000 values one below the other. Obviously my the console shows me some 90 values, so from a certain time the scroll bar doesn't become smaller.
How I expand the console so that I can see all the numbers?
Re: How to expand the console?
Programmatically - I don't know.
Manually, right-click in the top-left corner of the console and choose Properties.
In the Layout tab, adjust the Height of the Screen Buffer Size.
Re: How to expand the console?
Programmatically you can use SetConsoleWindowInfo function to resize the console window.
Re: How to expand the console?
Hey,
thank a lot, I got it now.
Here's my new problem:
http://www.codeguru.com/forum/showth...49#post1820949
:-)