dbTalk Databases Forums  

disable mouse

comp.database.ms-access comp.database.ms-access


Discuss disable mouse in the comp.database.ms-access forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
H.Bierhuizen
 
Posts: n/a

Default disable mouse - 10-12-2003 , 03:05 PM






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
__________________________________________________ ________________



Reply With Quote
  #2  
Old   
Ray
 
Posts: n/a

Default Re: disable mouse - 10-13-2003 , 08:10 AM






"H.Bierhuizen" <jpbierhuizen (AT) planet (DOT) nl> wrote

Quote:
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


Reply With Quote
  #3  
Old   
janthony
 
Posts: n/a

Default Re: disable mouse - 10-15-2003 , 09:14 AM



Take a look at this link, it will get you close.....

http://support.microsoft.com/default...roduct=acc2000














raycait (AT) excite (DOT) com (Ray) wrote in message news:<20ba9f4a.0310130510.203e3656 (AT) posting (DOT) google.com>...
Quote:
"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

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.