Statusbar CAPS, INS, NUM, etc...
I have a status bar that shows if CAPS, INS, NUM OR SCRL are on or off. How can i get the appropriate panel to toggle when one if the keys is on or off?
I was thinking of using the "GetAsyncKeyState" API, but i don't understand it much, i cant seem to find any information that guides to to checking if any of the keys i mentioned are toggled. Any info on this API would be great.
Thanks
Re: Statusbar CAPS, INS, NUM, etc...
Re: Statusbar CAPS, INS, NUM, etc...
Even with this i still can't figure out how to get the state of CAPS, INS, NUM and SCRL. Anybody got any more help?
When the key is toggled on or off i still get a return from "GetAsyncKeyState" of zero.