Caps lock and API

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

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

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).

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 02/11/2005 at 01:22, xxxxxxxx wrote:

Thank you Kuroyume