G
Guest
I am working on a custom control Scrollbar. For that I need the ability to
have something like an "auto repeat" in case the stylus stays on one of the
"move up/down" buttons. (I can not inherit from the std controls for
different reasons.)
Now, on the desktop version TrackMouseEvent as a P/invoke helps to generate
MouseHover events. This is not available apparently under CF. So my question
is: is there any "convenient" way to have something similar, an auto repeat
on a MouseMove? MouseMove alone apparently won't do it (I think) unless it
can be configured to have an "auto repeat"?
Any suggestions are really welcome!
Best regards
tb
have something like an "auto repeat" in case the stylus stays on one of the
"move up/down" buttons. (I can not inherit from the std controls for
different reasons.)
Now, on the desktop version TrackMouseEvent as a P/invoke helps to generate
MouseHover events. This is not available apparently under CF. So my question
is: is there any "convenient" way to have something similar, an auto repeat
on a MouseMove? MouseMove alone apparently won't do it (I think) unless it
can be configured to have an "auto repeat"?
Any suggestions are really welcome!
Best regards
tb