keyboardDdaonly1eng21yAsked May 20, 2005, 4:50 PM2.3kVisual Basic .NEThi, i have a window application. is there a way to kow if the capslock key is lock or unlock. thx daonly1eng
KKlytusLord21y agoPosted May 21, 2005, 4:03 AMYou can use the GetKeyboardState or the GetKeyState functions. They are used to detect the status of all the virtual keys on the keyboard.
KlytusLordPosted May 21, 2005, 4:03 AM