473,326 Members | 2,061 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Mouse Scroll Stop

67
Hi All

I want to stop the scroll wheel on the mouse. I have looked through the forum and downloaded the file from MouseWheelOnOff. I have entered the code

Expand|Select|Wrap|Line Numbers
  1. Private Sub Form_Load() 
  2.    'Turn off Mouse Scroll 
  3.     blRet = MouseWheelOFF 
  4. End Sub 
  5.  
to my form and imported the modMouseHook. I have the .dll in the same folder as the db and it does not disable the mouse wheel. Have i missed something?

Regards
Wayne
Jan 22 '09 #1
5 1983
puppydogbuddy
1,923 Expert 1GB
Did you put in the code to turn the mousewheel back on when you exit the current session? Did you load the latest version...A2K+?
Jan 22 '09 #2
puppydogbuddy
1,923 Expert 1GB
Also, the code is supposed to be loaded only once per session. You've placed the code in the form_load event instead of behind a button as shown. Does your form get loaded more than once during a session?
Jan 22 '09 #3
Wayneyh
67
Hi puppydogbuddy
Yes to your first question. For your second question, i have just tried it with a button and it still doesn't work.

I have read that you might have to reference the .dll file. When i try this it it fails.

Anymore ideas?

Regards
Wayne
Jan 22 '09 #4
puppydogbuddy
1,923 Expert 1GB
Hi Wayne,
Leban's says the latest version contains an optional parameter to turn the wheel off for subforms. His instructions say that you have to uninstall all previous versions of the Dll. Have you installed the latest version....and did you set the optional parameter? If you can't identify and set the optional parameter Leban's mentioned, I would uninstall the dll you have now, go to Leban's web page, and download and re-install the latest A2K version.
Jan 22 '09 #5
missinglinq
3,532 Expert 2GB
That's good to know, PDB! Didn't know Lebans had updated it with the option. I've used it for years without problems, but, of course, I'm still using the version I downloaded years ago!

Linq ;0)>
Jan 22 '09 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: CoreyMas | last post by:
Hello All, Here is what I would like to do I am creating a game program that displays a map (preferably in hexes but that is another matter) and whenever the user is over the "map" I want to...
1
by: ernond_paul | last post by:
Hi, I'm trying to have a box with "overflow: auto" in order to print only a few part of a text. I want to have a scroll for this box : that's work fine. But my problem is when I use the Wheel...
0
by: Jack | last post by:
Gday everyone, I'm dearly hoping Stephen Lebans is going to update his masterpeice to stop the mouse wheel scrolling to work on subforms *he has indicated this to me but of course beggers can't...
1
by: jv | last post by:
I have quite a few of continuous form and subform where I do allow scroll bars. I run into problems with the mouse wheel whenever the data on the form does not take up the whole page. In this...
1
by: Marcin | last post by:
Im using MS Access 2000. i have a main form and ona subform that is scrolled vertically. unfortunately i use mouse scroll to scroll this subform. I appreciate your help
1
by: Fatima | last post by:
Hi Group, I've a database that has a form & a subform in it I don't want the user to move through records using the mouse wheel I did stop it on the main from using Microsoft solution :...
19
by: wmanzo | last post by:
I have a really professional conspiracy movie site and I use tons of layers and an external scroll bar assembly. I would like to put the various sections into MS Iframes and in order to clean up...
1
by: kallol | last post by:
I have a simple HTML page where I have a form with in a <div style="height: 600px; width: 100%; overflow: auto;">. The mentioned div styles are mandatory to get the expected behavior of the div. ...
0
by: hokeyplyr48 | last post by:
This is my first flash project and i've been doing it all of tutorials. working in Flash CS3 windows xp pro actionscript 2.0 the website can be found here:...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.