key ascii
-
Use the keypress or keydown event of the control. if u want to track them at form level don't forget to set the keypreview property of the form to true Computer... :confused: Programming... :confused: What That
-
Well that's very vague!!! Where do you want to check? Inside an app? A form? Over the whole PC? In a form you can use the relative key (up, down) event of the form in VB.NET or VB6. If you want to intercept every single keystroke on the PC then it's tougher and you have to hook an application of yours to the system through API calls. If you browse around you'll find some free DLLs that will do the job for you making it much more simple for you. Just make sure you get the correct one for your OS since most of them are OS related. Briga