|
-
Feb 7th, 2010, 01:44 PM
#10
Re: [VB6] - Mouse whell horizontal not working:(
How? Through the window procedure? Without having those styles, I don't think you can because the messages won't be sent to the window.
I don't know if it is the answer, but you may want to experiment with a MouseHook. Look at SetWindowsHookEx and WH_MOUSE. Here is an example of the Hook procedure, notice the wParam value. If it contains WM_HScroll and/or WM_VScroll, then you have your answer.
Recommendation: Experiment in a new project.
Edited: After second thougths; that probably won't work either. WM_HSCroll/VScroll are not mouse messages, they are scrollbar messages.
Last edited by LaVolpe; Feb 7th, 2010 at 01:51 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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|