CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 15 of 20

Threaded View

  1. #10
    Join Date
    Mar 2007
    Posts
    274

    Re: How to raise event trapping mouse wheel scroll?

    Thats a bummer. Looks like i'd have to use a mouse hook. Because i'm lazy I probably wont do that.

    Side note though. I did pass a mouse move event from the user control........ So that when my mouse moved over the control itself, not the child controls, I could manipulate the scroll bar.

    What about this. Is it possible to pass wheel scroll from the text box on the user control up the chain of command to my main program?
    Last edited by Traps; April 25th, 2007 at 12:16 AM.

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

Featured