Wheel Mouse Problem

  • Thread starter Thread starter Neil
  • Start date Start date
N

Neil

I have a form with a text box linked to an ID on it. The
form previous to this one examines what the user inputted
in the form and only opens up a form relating to its
particular ID. By default this text box got the focus
once it was openned.

If the user were to scroll their mouse why this check box
has got focus, it would scroll through all the other
records. I have changed the focus to go to another part
of the form when its openned but shold the user select
this text box and scroll, the same problem will occur.

The text box is locked and there are no OnEvent
properties for it. Can something be done?
 
Neil said:
I have a form with a text box linked to an ID on it. The
form previous to this one examines what the user inputted
in the form and only opens up a form relating to its
particular ID. By default this text box got the focus
once it was openned.

If the user were to scroll their mouse why this check box
has got focus, it would scroll through all the other
records. I have changed the focus to go to another part
of the form when its openned but shold the user select
this text box and scroll, the same problem will occur.

The text box is locked and there are no OnEvent
properties for it. Can something be done?

You can turn Off the MouseWhell....!
On Lebans site you can find the way to easy do it.
This metod it's not very easy because you need to SubClass
your Form, but Stephen expose 2 way very simple:
1)dll in VB, but you need also VB Runtime
2)good Access Exemple, you need only to copy and past in your project.

www.lebans.com

Bye
Alessandro(IT)
 
Back
Top