T
T
Timur Egorov2021-06-23 12:07:32
Command line
Timur Egorov, 2021-06-23 12:07:32

How to narrow down a console application?

How to narrow down a console application?
If I bet it doesn't work out very well
Console.SetWindowSize(55, 10);
60d2faf53beca355737921.jpeg

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Ananiev, 2021-06-23
@SaNNy32

Use properties Console.BufferWidthandConsole.BufferHeight

V
Vasily Bannikov, 2021-06-23
@vabka

How to narrow down a console application?

What is meant?
doesn't work out very well

As it turns out? Not everyone will run the code to check.
In general, a console application does not have a window, that's why it is a console application.
That's why you can't change the size of the terminal window.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question