Hi, I need to detect if a key is up, by code:
That detects the key pressed, but i need to detect the key released, how to do it? Thanks!
Code:
If Keys.F1 Then
'key is PRESSED
end if