Page 1 of 1
Caps Lock
Posted: Thu Dec 10, 2015 7:09 am
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
Re: Caps Lock
Posted: Thu Dec 10, 2015 11:34 am
by Wolfgang Ciriack
Take a look at the function AppKeystate().
Re: Caps Lock
Posted: Thu Dec 10, 2015 12:25 pm
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.