Results 1 to 3 of 3

Thread: VB6 IDE Mousewheel Addin in Windows 7

  1. #1

    Thread Starter
    Frenzied Member TheBigB's Avatar
    Join Date
    Mar 2006
    Location
    *Stack Trace*
    Posts
    1,511

    VB6 IDE Mousewheel Addin in Windows 7

    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.
    Delete it. They just clutter threads anyway.

  2. #2

  3. #3
    PowerPoster dilettante's Avatar
    Join Date
    Feb 2006
    Posts
    24,487

    Re: VB6 IDE Mousewheel Addin in Windows 7

    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
    Last edited by dilettante; Dec 27th, 2009 at 11:36 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width