![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Not a user?
Join Date: Sep 2007
Posts: 256
Rep Power: 2
![]() |
Console application buffer size
Is there a way to change the buffer size of the console window when making a console application? I have a lot of messages that scroll of the buffer that I would like to see, but I can't find a way to increase the buffer size of the console. Is this something I have to do in Windows instead?
BTW using VB2005 express or VB2008 express. |
|
|
|
|
|
#2 |
|
Caffeinated Neural Net
![]() Join Date: Jun 2005
Location: Dry west coast of Canada
Posts: 1,009
Rep Power: 5
![]() |
Re: Console application buffer size
Did you try looking on MSDN? This page explains the members of the
Console class, including listing public properties BufferWidth and BufferHeight, as well as a public method SetBufferSize() that would seem to do what you want.
__________________
And once again, Probability proves itself willing to sneak into a back alley and service Drama as would a copper-piece harlot. - Vaarsuvius, Order of the Stick |
|
|
|
|
|
#3 |
|
Not a user?
Join Date: Sep 2007
Posts: 256
Rep Power: 2
![]() |
Re: Console application buffer size
Thanks lectric, I'll look into it right away!
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| running a console application .jar file by double clicking | cwl157 | Java | 3 | May 22nd, 2008 1:22 PM |
| avoiding application exit caused by console closure | lectricpharaoh | C# | 7 | Nov 15th, 2007 6:31 PM |
| Manipulating the console using Windows API | rup | C++ | 2 | Nov 17th, 2006 1:04 PM |
| Size of unread input buffer (rdbuf()->in_avail()).... | tempest | C++ | 13 | Oct 14th, 2005 6:41 PM |
| Console size | Navid | C | 3 | May 29th, 2005 12:37 AM |