Hi Guys,
How to know if i enter a text after i press Enter
Private Sub RichTextBox1_KeyDown(sender As Object, e As KeyEventArgs) Handles RichTextBox1.KeyDown
If e.KeyCode = Keys.Enter Then
'check here if i enter a text
End If
End Sub
Thanks guys,
Hi all. I am wondering if it was possible to, for exemple :
if I press F1 on another program like, internet explorer,
it will open music.
When I press F1 on my Windows Form(My program),
It work fine and it play my music but when i'm on internet explorer or anything else it doesn't work and I am...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.