Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. NFordtektips

    Using CallWindowProc for mouse wheel scrolling on a DataGrid

    it might be worth pointing out that these days I'd probably use a low level mouse hook for this rather than subclassing What's a "low level mouse hook"? I've been using VB since version 1, but I've never felt the need to get deep into the real technical stuff. In the old days, we used to call...
  2. NFordtektips

    Using CallWindowProc for mouse wheel scrolling on a DataGrid

    As long as I only subclass 1 grid, the mousewheel works fine. Maybe... I don't know if there is any connection, but about the time I started using the mousewheel, I started having a problem that if I hit an error in my code while running it from inside VB6 and clicked End on the error message...
  3. NFordtektips

    Using CallWindowProc for mouse wheel scrolling on a DataGrid

    thread222-902639 I have a Visual Basic 6 project with 4 DataGrids which I want to be able to scroll with a mouse wheel. The DataGrid does not support this, so I am using the code from the thread referenced above, but as written, only one DataGrid can be set to scroll using: lpPrevWndProc =...

Part and Inventory Search

Back
Top