![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, Does anyone know how to disable the mouse on a specific form? So users are only allowed to use keyboard controls. Thanks already for answering. Hans __________________________________________________ ________________ Hans ICQ#: 4136259 Current ICQ status: + More ways to contact me __________________________________________________ ________________ |
#3
| |||
| |||
|
|
"H.Bierhuizen" <jpbierhuizen (AT) planet (DOT) nl> wrote Hello, Does anyone know how to disable the mouse on a specific form? So users are only allowed to use keyboard controls. Thanks already for answering. Hans __________________________________________________ ________________ Hans ICQ#: 4136259 Current ICQ status: + More ways to contact me __________________________________________________ ________________ Hello H. Perhaps one way you could do this is to put some code behind the OnMouseMove property of the required fields such as: txtFieldName.Enabled = False MsgBox "Please tab to required fields. DO NOT use the mouse!" txtFieldName.Enabled = True You can put whatever you want in the message box line. Other than that, I don't know how to disable the mouse except for manually putting code behind each field. If someone else does, I would appreciate it also. Regards, Ray |
![]() |
| Thread Tools | |
| Display Modes | |
| |