One annoying behavior of the VB6 IDE editor, especially when switching back to it from more recent tools like VS.NET, is that it doesn\'t recognize the mousewheel! Maybe VB6 wa
****Easy way for beginer:****
Run Cmd as Administrator 5.1 With x32bit:
C:\WINDOWS\system32>regsvr32 VB6IDEMouseWheelAddin.dll (in Cdm )
5.2 With x64bit:
C:\WINDOWS\system32>cd C:\WINDOWS\SysWOW64
C:\WINDOWS\SysWOW64>regsvr32 VB6IDEMouseWheelAddin.dll (IN cmd)