hit enter key
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
Hi I am working on vb 6.0, I have a textbox on my form and i want to do something when user write something and hit enter key, So please anybody tell me how to track this thing Thanks
in keypress event of the textbox .... ' I dont remember in vb6 which parameter come in the procedure. so check the parameter and replace e.keycode with that if e.keycode=vbenter then do something here end if Rizwan Bashir
-
in keypress event of the textbox .... ' I dont remember in vb6 which parameter come in the procedure. so check the parameter and replace e.keycode with that if e.keycode=vbenter then do something here end if Rizwan Bashir