Computing.Net > Forums > Programming > RichEdit EN_VSCROLL/SB_THUMBTRACK

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

RichEdit EN_VSCROLL/SB_THUMBTRACK

Reply to Message Icon

Name: Tyler Kellen
Date: January 6, 2004 at 15:32:44 Pacific
OS: WinXP Pro SP1
CPU/Ram: P4/512mb
Comment:

According to:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/editcontrols/editcontrolreference/editcontrolmessages/en_vscroll.asp

This message is sent for the following mouse events on the vertical
scroll bar: clicking either arrow button or clicking between the arrow
button and the thumb. However, the message is not sent when clicking
the scroll bar mouse itself. The message is also sent when a keyboard
event causes a change in the view area of the edit control, for
example, pressing HOME, END, PAGE UP, PAGE DOWN, UP ARROW, or DOWN
ARROW.

How can I capture the scroll event when the user drags the actual
scrollbar? (SB_THUMBTRACK)

Any pointsers would be very helpful. I'm writing this in pure
c/win32api.
I am using a Richedit 1.0 common control.

Also, I have turned on the ENM_MOUSEEVENTS & ENM_SCROLL event masks.
I can capture EN_VSCROLL just fine.

-Tyler Kellen



Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: RichEdit EN_VSCROLL/SB_THUMBTRACK

Delphi RichEdit www.computing.net/answers/programming/delphi-richedit/14324.html

RichEdits in Visual C++ www.computing.net/answers/programming/richedits-in-visual-c/11521.html

printing richedit in delphi www.computing.net/answers/programming/printing-richedit-in-delphi/3075.html