I know there are ways to manipulate the size of the running program. i know there are very complicated way. But what I wish to do is making the program extend from the top to the bottom of the screen. So I wish just to manipulate the height, not the width,, Anyone can teach me so? thanks in advance
On the top right of the console window is three buttons, a line, a square, and an x. If you click the middle one it will stretch the window from the top of the screen to the bottom of the screen. This is known as maximizing it. You can also right click the title bar and select properties and change the height that way as well.
Well, I know there are some OS based ways to manually size the console window. There is also a command when running an application to limit the amount of lines it outputs, but I'm unsure as to what specifically it is. Another option is to break your output into smaller blocks so the user can read them. Otherwise, you might to rethink about your display and see if there is a better way to display it.