Scroll Mouse doesn't work in Code window

J

John

I can't get my logitech scroll mouse to scroll in my code
window. It will scroll in the project window, but not in
the code window.
How do I get it to work?
 
J

Jonathan West

John said:
I can't get my logitech scroll mouse to scroll in my code
window. It will scroll in the project window, but not in
the code window.
How do I get it to work?

Its a hardware problem (if you want the gory details, the mousewheel driver
is only producing WM_MOUSEWHEEL messages and not also WM_SCROLL messages)

I've heard several reports that a utility called VBScroll fixed it, at least
with respect to Microsoft mice with the Intellipoint software. I think it
should work for you as well.

http://www.gasanov.net/VBScroll.htm

If you try it, I'd be interested to hear back as to whether it worked for
the Logitech mouse as well.
 
M

Mike Walker

I fixed this by reinstalling the Intelipoint software, not sure about the
logitech mouse though.

Rgds

Mike Walker
(Reply via NG)
 
J

Jonathan West

Mike Walker said:
I fixed this by reinstalling the Intelipoint software, not sure about the
logitech mouse though.

That works if you have an older mouse and older intellipoint software. It
doesn't work with the latest Intellipoint 5.

Microsoft is aware of the problem, and has released a fix - but only for
VB6, not for VBA. Grrrrr!

http://support.microsoft.com/?id=837910
 
D

David M.

Hi, I downloaded theVBScroll program and it worked just fine for my Logitech
mouse. I really appreciate the link, because this has been driving me crazy!
 
K

Karl E. Peterson

Hafeez said:
Any Updates/Workarounds on the Scroll mouse issue for VBA??

If you have to use Intellipoint v5 (can't use, or don't have access to, v4), google
on "VBScroll" for a nice little utility that works in VB5, VB6, and VBA!

Later... Karl[/QUOTE]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top