Results 1 to 10 of 10

Thread: [VB6] - Mouse whell horizontal not working:(

Threaded View

  1. #5

    Thread Starter
    PowerPoster joaquim's Avatar
    Join Date
    Apr 2007
    Posts
    3,961

    Re: [VB6] - Mouse whell horizontal not working:(

    Quote Originally Posted by LaVolpe View Post
    Two things.

    1. Never put a msgbox in your subclass procedure. You will crash. Use Debug.Print instead.

    2. If .ParentControls(0) does not have a horizontal scrollbar, then you won't get the message.
    .ParentControls(0) is the form. but that's true, the form doesn't have the scrollbar. but why doesn't work in same way of WM_MOUSEWHEEL?
    Last edited by joaquim; Feb 7th, 2010 at 01:07 PM.
    VB6 2D Sprite control

    To live is difficult, but we do it.

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