Possible Duplicate:
C# full screen console?
I am trying to make one of my applications console full-screen, no borders, no task bar, etc.
How can use the entire screen ?
Thanks!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t do this in Windows 7 or Vista as they don’t support it. On Windows XP you could use
the SetConsoleDisplayMode function, you’d have to use PInvoke though and it will give you an error if ran under Windows 7 or Vista.