Idiotic
-
This is probably The Daily WTF material, but I thought I should share it with you instead:
Q: How do I run the window in full screen mode?
A: The easiest way is: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);:-D -- Weiter, weiter, ins verderben. Wir müssen leben bis wir sterben. Are you bright too?[^]
-
This is probably The Daily WTF material, but I thought I should share it with you instead:
Q: How do I run the window in full screen mode?
A: The easiest way is: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);:-D -- Weiter, weiter, ins verderben. Wir müssen leben bis wir sterben. Are you bright too?[^]
Do You have a better way? That is the only way I ever got my DosBox apps to go full screen wWw.KruncherInc.cOm
-
Do You have a better way? That is the only way I ever got my DosBox apps to go full screen wWw.KruncherInc.cOm
This was a tip for windows apps. I think. :~ It makes sense when with a console app. -- Weiter, weiter, ins verderben. Wir müssen leben bis wir sterben. Are you bright too?[^]