Hi,
I used to have a lovely addin from MSDN to get the mousewheel to do its job.
But in Windows 7 the DLL fails to register.
Any other solutions?
Thanks.
Printable View
Hi,
I used to have a lovely addin from MSDN to get the mousewheel to do its job.
But in Windows 7 the DLL fails to register.
Any other solutions?
Thanks.
Software from Logitech was pretty good - worked with any OS but I haven't tried it with Win7 (thanks for reminding).
This is probably a 64-bit machine.
- Start an elevated command prompt. WinLogo-key, type cmd.exe, press Ctrl-Shift-Enter.
- CD to the VB6 directory.
- Copy the DLL to the VB6 directory.
- Enter: C:\Windows\SysWOW64\regsvr32 dllname.dll
For Win7 32-bit for the last step use:
- Enter C:\Windows\System32\regsvr32 dllname.dll