|
-
March 11th, 2009, 10:10 AM
#1
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?
-
March 11th, 2009, 10:14 AM
#2
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.
Nobody cares how it works as long as it works
-
March 11th, 2009, 10:35 AM
#3
Re: How to expand the console?
Programmatically you can use SetConsoleWindowInfo function to resize the console window.
-
March 11th, 2009, 12:06 PM
#4
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
:-)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|