i was writing a c# console application as a homework and i needed to use the Console.SetWindowSize Method...there's only one problem, the command is working, because if i set the cursor position out of the range it return an error, but the window won't change it's size and it just stay how it is...Maybe because the console is set to a certain value by default every time it opens? But how can I get rid of this value? I'm running VC 2022 on Windows 11, is there a way to solve this problem?
Didn't try something at all...i cant find the right option.