scroll window instead of records - already using mousehook dll

Local time
Today, 03:25
Joined
Aug 3, 2005
Messages
66
[ACC2000]

Hello, I am already using the mousehook dll which works perfectly well.

In a long(vertically) Form, I have set the Scrollbars to 'Vertically Only'.

I still want to use mousehook.dll to prevent scrolling records with the mouse, but I would like to be able to scroll the Window(form) using the mouse wheel.

Any ideas ?

Thank you.
Jamie.
 
Last edited:
I think that dll from ms shuts the mousewheel off completely when you're in a form. So you're out of luck. if you got it from the kb, that's the purpose of it.
 
Can't be done! And forms that are too long to be viewed without scrolling are the absolutly, without a doubt, positively most user-unfriendly UIs in the world! Take the time to go back and re-design your form, using a Tabbed Control. Your users will thank you!

Linq ;0)>
 

Users who are viewing this thread

Back
Top Bottom