|
-
November 21st, 2006, 02:37 PM
#1
How to make a particular window respond to a mouse scroll message?
Suppose I have two windows, Form1 and Form2. I want Form1 to respond to mouse scroll message so I call Form1.SetFocus first. But the mouse srcoll message is still responded by Form2. It looks like Form2 always catches the mouse scroll messgae. How can I make Form1 to receive the mouse scroll message? Thanks for your inputs.
-
November 23rd, 2006, 07:46 AM
#2
Re: How to make a particular window respond to a mouse scroll message?
Not exactly sure, but I would try to write a global mouse hook similar to keyboard.
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
|