Is there a method to let user know they have Caps Lock on. Would like to notify them when logging into our app, which is case sensitive.
Thanks
Fred
Omni
Caps Lock
-
- Posts: 484
- Joined: Wed Jan 27, 2010 10:25 pm
- Location: Berlin Germany
Re: Caps Lock
Take a look at the function AppKeystate().
_______________________
Best Regards
Wolfgang
Best Regards
Wolfgang
-
- Posts: 605
- Joined: Thu Jan 28, 2010 9:11 pm
- Location: Steven Point, Wisconsin USA
- Contact:
Re: Caps Lock
Also, look in the xdemo source. The state of the caps/num lock is displayed on the main application dialog. You should be able to extract the codes you need from that example.