Console windows size

Started by
4 comments, last by Drew_Benton 18 years, 7 months ago
I want to size my console windows at the start of the program, so i first set the buffer size for this. But i can't seem to find what function will size the window to the size of the buffer. I used GetLargestConsoleWindowSize() but it do nothing.
Advertisement
SetConsoleScreenBufferSize() .. but maybe it does not change the window size..
I used that to set the screen buffer before i resize the windows. I can set the buffer size but not resize the windows and MSDN can't answer me corectly and i hate that docs :(
Try with SetConsoleWindowInfo, after you resize buffer
Tried that already also, didn't work.
If you can't find a function here that described what you want to do, then it might not be possible. Happy hunting!

This topic is closed to new replies.

Advertisement