Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27554

Detect if Key is UP

$
0
0
Hi, I need to detect if a key is up, by code:

Code:

If Keys.F1 Then

'key is PRESSED

end if

That detects the key pressed, but i need to detect the key released, how to do it? Thanks!

Viewing all articles
Browse latest Browse all 27554

Trending Articles