A few of my C++ programs do a fullscreen thing in XP, but won't go in Vista. When I try to run them, I get a message saying "This system does not support fullscreen mode.", and then it works, just in the default cmd window size. I am using Dev-C++, but I don't think that that's where the problem is.
This is the way that I initiated fullscreen:
keybd_event(VK_MENU, 0x38, 0, 0); keybd_event(VK_RETURN, 0x1c, 0, 0); keybd_event(VK_RETURN, 0X1c, KEYEVENTF_KEYUP, 0); keybd_event(VK_MENU, 0x38, KEYEVENTF_KEYUP, 0);
Why won't fullscreen work with Vista, and is there a way that I can make it? I want something that will only exist within the program. (No external software.)

New Topic/Question
Reply




MultiQuote






|