![]() |
| ||
| How set fullscreen under win 2000 pro(console)? Hi, i was tring to figure how set display mode to fullscreen under win2000, i saw at msdn that theres a SetConsoleDisplayMode, but that is for winXP +.. I tried
But that really doesn't set fullscreen mode... o.o theres a special function for it? |
| ||
| Re: How set fullscreen under win 2000 pro(console)? Get DOS and use Mode 13h, lol ;) You have to get the max console size, then use SetConsoleDisplayMode() edit: Actually I think you need WinXP for it, sorry. |
| ||
| Re: How set fullscreen under win 2000 pro(console)? >theres a special function for it? Nope. The usual suggested solution is to programmatically simulate Alt+Enter. I do believe that searching our forums will give you the code to do so. |
| ||
| Re: How set fullscreen under win 2000 pro(console)? tanx =D void FullScreen(){i dont have idea of what are those parameters, but it works |
| ||
| Re: How set fullscreen under win 2000 pro(console)? Quote:
|
| All times are GMT -4. The time now is 1:05 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC