You are not logged in. You can browse in the PowerBASIC Community, but you must click Login (top right) before you can post. If this is your first visit, check out the FAQ or Sign Up.
If anyone knows how to capture the Windows key, I would
appreciate it very much. I'm not sure if it's even possible,
I'm thinking it's probably not....but, just in case.
Well, Lance, I've kind of been messing around with a unix-style
shell for dos, and I was hoping to be able to intercept the
windows key and move to my own procedure, so as to avoid users
other than root from exiting the program (or getting around it
by jumping into windows). Thanks in advance,
Doesn't the BIOS Keyboard function call (INT &H16) return the ASCII character and scan code for ANY key on the keyboard? If so, all a program would have to do is check the scan code for the Windows key (ASCII character will be 0) and act on it.
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, and to analyze site activity. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also acknowledge that this forum may be hosted outside your country and you consent to the collection, storage, and processing of your data in the country where this forum is hosted.
Comment