keypress event
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
how to make a keypress event in vb.net, in the case i am using keypress if i am pressing the number key means that number key is unlocked and other key will be locked
-
how to make a keypress event in vb.net, in the case i am using keypress if i am pressing the number key means that number key is unlocked and other key will be locked
The standard textbox control comes with a KeyPressed event, just subscribe to it. Regards Senthil _____________________________ My Blog | My Articles | WinMacro