How can I tell if an extended key is down?
If you have a Compaq Easy Access Keyboard (or a keyboard with with customizable buttons at the top) then you should know what I mean.
On my keyboard it has 8 configurable buttons, but their functionality is very limited (executing a program / opening a web page / adjust volume). I want to make a program that allows it to do more than that, but 6 of the 8 keys return 255, the others return Asc("[") and Asc("]"). Anyone know if an API call can or anything that can get the key's actual value? Last time I used GetKeyboardState it made VB crash...