Link to home
Start Free TrialLog in
Avatar of farshizzo
farshizzo

asked on

Capture vertical scroll event in CRichEditView

Hi,

My application is using CRichEditView and I want to know whenever the contents of the window are vertically scrolled, either by the user clicking on the scroll bar, using the mouse wheel, or using the arrow keys to move down.  Is there an event that captures all this and just this, or do I need to handle multiple events?
ASKER CERTIFIED SOLUTION
Avatar of williamcampbell
williamcampbell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of farshizzo
farshizzo

ASKER

That's what I figured.  There is another message, EN_VSCROLL that captures pretty much everything except dragging the scrollbar, which WM_VSCROLL handles.  If nobody else posts a better solution I'll accpet your answer william.
That's what I figured.  There is another message, EN_VSCROLL that captures pretty much everything except dragging the scrollbar, which WM_VSCROLL handles.  If nobody else posts a better solution I'll accpet your answer william.