Change Cell Count in Command Prompt

I'm making a program that runs in Command Prompt (I have a vista 64-bit machine however I would like my code to work on windows XP as well). What I need to do is change the number of cells (a.k.a. Window Size) in command prompt to 95 wide by 45 tall. I would prefer to use a microsoft library to do this but if need be I will use an external library. I have thumbed through countless forums, tutorials, and references to no avail... Any tips would be appreciated.

P.S. I'm probably going to use the .exe created in Debug Mode as a final release so thats the window I will be re-sizing
Last edited on
I can be mistaken, but look at the function SetConsoleWindowInfo or near that.
Topic archived. No new replies allowed.