Caps Lock

This forum is for eXpress++ general support.
Post Reply
Message
Author
omni
Posts: 554
Joined: Thu Jan 28, 2010 9:34 am

Caps Lock

#1 Post by omni »

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

Wolfgang Ciriack
Posts: 484
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: Caps Lock

#2 Post by Wolfgang Ciriack »

Take a look at the function AppKeystate().
_______________________
Best Regards
Wolfgang

Cliff Wiernik
Posts: 605
Joined: Thu Jan 28, 2010 9:11 pm
Location: Steven Point, Wisconsin USA
Contact:

Re: Caps Lock

#3 Post by Cliff Wiernik »

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.

Post Reply