How to make your VB6 IDE support mouse wheel (process)

xiaoxiao2021-03-06  63

How to make your VB6 IDE support the mouse wheel (process) I have been using VC, work needs to be a tool, so pick up VB (it is very convenient to use VB to operate the database, more convenient than VC) note VB6 IDE Do not support rollers, just see http://blog.9cbs.net/acsu/'s blog has a solution, decide to use official solution (rest assured point :-)) Cart the operation process into Chinese, convenient for everyone to see (actually Translated Microsoft's Things) Microsoft provides two ways, I only translated one of them.

Windows 2000 SP4, Visual Basic 6.0 under test

1, download http://download.microsoft.com/download/e/f/b/efb39198-7c59-4ape-a5c4-8f0f88e00d34/vb6mousewheel.exe This is a self-extracting package, which contains VB6IDemousewheeeladdin.dll and its source program. 2, put the VB6IDEMOMOELADIN.DLL in the package or compile a new VB6IDEMOMOELADDIN.DLL COPY to the system directory or VB installation directory (prevent delete) 3, runregsvr32 /VB6IDemousewheeeeeladdin.dll4, run Visual Basic 6.05 Click Add-in Manager under the Add-INS menu, pop up the Add-In Manger dialog 6, in the Available Add-INS list, select "Mousewheel Fix", click Loaded / Unlined and Load on Startup check box 7, determined, complete

At this time, Visual Basic 6.0 IDE has supported roller.

Reference: http://blog.9cbs.net/acsu/ http://support.microsoft.com/?id=837910

转载请注明原文地址:https://www.9cbs.com/read-86670.html

New Post(0)