cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
resize the console window
resize the console window
Sep 27, 2009 at 6:44am UTC
garob
(72)
How can I resize the console window to be a certain size in characters, not pixels. Is there a simple way to do it?
Sep 27, 2009 at 12:15pm UTC
Bazzy
(6281)
Try SetConsoleScreenBufferInfoEx
http://msdn.microsoft.com/en-us/library/ms686039%28VS.85%29.aspx
Sep 28, 2009 at 1:49am UTC
garob
(72)
Thanks but it says that the minimum os required is vista. How can I do it with xp? Sorry I should have mentioned it earlier.
Topic archived. No new replies allowed.