Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 31/10/2005 at 02:20, xxxxxxxx wrote:
User Information: Cinema 4D Version: Platform: Windows ; Language(s) :
---------how can i detect wether the caps lock is on or not in a visual basic application using API
On 31/10/2005 at 06:23, xxxxxxxx wrote:
The API does not have any way of detecting keyboard locks. You can only check for input keys and state keys (Shift/Ctrl/Alt).
If you are looking for capital letters or other shifted keys, they will come in as standard key values (so 'a' and 'A' are distinguishable).
On 02/11/2005 at 01:22, xxxxxxxx wrote:
Thank you Kuroyume