VB6 IDE Mouse Wheel Addin

P

PastorMike

I'm using the VB6IDEMouseWheelAddin.dll per KB837910 to provide scrolling in
VB6 and Office 2000 VBA.

What is the preferred location in the filesystem for
VB6IDEMouseWheelAddin.dll? And is it different if one is using only VBA and
not VB6?
 
K

Karl E. Peterson

PastorMike said:
I'm using the VB6IDEMouseWheelAddin.dll per KB837910 to provide
scrolling in VB6 and Office 2000 VBA.

What is the preferred location in the filesystem for
VB6IDEMouseWheelAddin.dll? And is it different if one is using only
VBA and not VB6?

Best place for it would probably be in the Recycle Bin, but if you insist on keeping
it probably \Winnt\System32.

I'd strongly advise other alternatives. The one I'm using now is Wheeler
(http://www.eluent.com/wheeler.htm), but VBScroll
(http://www.gasanov.net/VBScroll.htm) works exceptionally well too. Both work in
VB5, VB6, and VBA. Wheeler is universal.
 
J

JeffElkas

Thanks for the Info, Karl. Wheeler works great!

I had recently purchased a new computer with an optical mouse and could not
get the wheel to work within VB6 IDE code windows. Now, I'm all set.

Good Info!
 
Top