Can I prevent the user of my program to resize the console window? (in C) [duplicate]
问题 This question already has an answer here : How to change console window style at runtime? (1 answer) Closed 3 years ago . So I was searching (a lot) and haven't find anything on how to prevent user from resizing my program's console window. I had found information for language C++ and C# but not for C . I already managed to set the size of the console but if the user changes it afterwards it is not good for my program's looking. Is there anything I can do to perfectly resize the console and