PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → insert key (overwrite) is already 'on'
insert key (overwrite) is already 'on'
Débuté par Frans, 06 juin 2018 15:13 - 2 réponses
Posté le 06 juin 2018 - 15:13
Hello to you all,

I can't find a way to detect if the INSERT-key is already 'On'.
KeyPressed only detects if you hit the key.

Thanks in advance.
Posté le 06 juin 2018 - 15:45
Hoi Frans,

VK_INSERT is int=0x2D Info(API("USER32","GetKeyState",VK_INSERT))
--
Peter
Posté le 06 juin 2018 - 18:17
Hello Peter,

Nice to hear from you.:)
Thanks.