I am interested in being able to write some code that would invoke the ALT + ENTER full screen toggle in QBasic. I have looked into using the POKE command to modify the status byte of the keyboard with no luck. The built in POKE example in QBasic that simply toggles the NumLock, Caps Lock, and Scroll Lock on\off doesn't even function correctly with my keyboard(I think it's my keyboard). I believe this is because my keyboard device is of type HID and the location of the keyboard's status byte may be in a different location. This is just a theory.
I think the keyboard status byte is the key to this solution but does anyone know if the location of the keyboard status byte changes from keyboard to keyboard? Does anyone know of quick way to force QBasic to ALT + ENTER itself using code? Thanks in advance everyone and I appreciate any and all efforts to help me with my situation! (: