-
how to obtain the mouse up message
Hi,
I get problems to get the mouse up message during changing the scrollbar.
I can obtain the mouse down message. However, I just can not obtain the
mouse up message. Let's say I want to make a function call just after
making scrollbar change. Appreciated if anyone can help me out.
-
Re: how to obtain the mouse up message
Did you setup the Message Map for it in Class Wizard? This will allow you
to add a message handler to your dialog class to catch the mouseup event.
If you have implemented the Message Map for it, what kind of problem are
you having exactly?
Pat
"Tom" <tli@baneng.com> wrote:
>
>Hi,
>
>I get problems to get the mouse up message during changing the scrollbar.
>I can obtain the mouse down message. However, I just can not obtain the
>
>mouse up message. Let's say I want to make a function call just after
>making scrollbar change. Appreciated if anyone can help me out.
-
Re: how to obtain the mouse up message
Thank you Pat for the response.
Normally, no problems to catch the mouseup event (or message). The problem
is when you mousedown to "make scrollbar change", then what I want to do
is
catch the mouseup event after making scrollbar changes done. I could not
find the way to catch the mouseup event in this case. Please let me know
if
you have the way to resolve this issue. Thanks.
Tom
"Pat" <Pat@Load.com> wrote:
>
>Did you setup the Message Map for it in Class Wizard? This will allow you
>to add a message handler to your dialog class to catch the mouseup event.
> If you have implemented the Message Map for it, what kind of problem are
>you having exactly?
>
>
>Pat
>
>
>"Tom" <tli@baneng.com> wrote:
>>
>>Hi,
>>
>>I get problems to get the mouse up message during changing the scrollbar.
>>I can obtain the mouse down message. However, I just can not obtain the
>>
>>mouse up message. Let's say I want to make a function call just after
>>making scrollbar change. Appreciated if anyone can help me out.
>
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
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|