Results 1 to 3 of 3

Thread: VB6 IDE Mousewheel Addin in Windows 7

Threaded View

  1. #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