Open haseakash opened 2 years ago
Hi Haseakash
On Windows, you can use
new PlatformStuff().LockResizing(width, height);
Or you can use a HighSpeedwriter, which will automatically lock the screen and it calls the code above in the constructor, as can be seen here;
If you find Konsole useful, please consider sponsoring Konsole to show your support, using the link below; https://github.com/sponsors/goblinfactory
Thank you, regards,
Alan
im facing big issue with console app using c# core 2.0.
I still dident find any right aswer to lock console window position. It is movable by the user.
Main problem is if user move console window to any corner of current resolution then console changing its original size even if i set fixed size in program my certain Text are showing bad after changing cmd size.
i need a real solution for console app.
please help somebody