PDA

Click to See Complete Forum and Search --> : VB6 IDE Mousewheel Addin in Windows 7


TheBigB
Dec 27th, 2009, 06:34 PM
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.

RhinoBull
Dec 27th, 2009, 07:17 PM
Software from Logitech (http://www.logitech.com/index.cfm/428/344&hub=1&cl=us,en?osid=14) was pretty good - worked with any OS but I haven't tried it with Win7 (thanks for reminding).

dilettante
Dec 27th, 2009, 11:31 PM
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