Disable Mouse Scroll

  • Thread starter Thread starter Jove
  • Start date Start date
J

Jove

Hello,

I have used a supplied VBA or VB script and compiled it
according to instructions and I have successfully disabled
mouse scroll...what I have also noticed it has disabled it
for my ENTIRE OS!!! I dont care about the testing machine
not working but before I can deploy my application I need
to know this works..


I am running Windows NT with Office 97. CAN ANYONE PLEASE
help on a script that will ONLY disable mouse scroll in
ACCESS that WORKS!?

I am an amatuer at COding, please assist with detail?!!!

Thanks,

Jove
 
Hello,

I have used a supplied VBA or VB script
http://support.microsoft.com/default.aspx?scid=kb;en-
us;278379

and compiled it according to instructions and I have
successfully disabled mouse scroll...what I have also
noticed it has disabled it for my ENTIRE OS!!! I dont
care about the testing machine not working but before I
can deploy my application I need
to know this works..

I am running Windows NT with Office 97. CAN ANYONE
PLEASE help on a script that will ONLY disable mouse
scroll in ACCESS and not my OS and that WORKS!?

I am an novice at COding, please assist with detail?!!!

Thanks,

Jove
 
Jove,
I'm not sure why you're seeing the symptom you are. I looked through the
code and it seems like the window hook they use is clearly earmarked only
for the form that you provide, so you shouldn't be hooking into the entire
O.S.es message loop...
Are you following the coding using the Visual Basic or Visual C++ steps, or
are you using the internal VBA code solution?
I also should note that the article was written and tested using Office
2000, and probably wasn't on NT either, although the author isn't clear on
that point, so while it seems unlikely, it might also be a matter of the OS
and office version you are using too...
 
Back
Top