Link to home
Start Free TrialLog in
Avatar of pelau
pelauFlag for Canada

asked on

referring scroll

I have a rich control created initially without vscroll.
after I send the message
::ShowScrollBar((HWND)m_Rich, SB_VERT, TRUE);
and the scroll bar appears. But If I try to move it with mouse it remains always at top position although the contents of rich window scrolls. How can I make the scroll have a normal behaviour?
Avatar of alexo
alexo
Flag of Antarctica image

How about setting the parameters of the scrollbar (top,bottom positions, etc.)?

This is not a 'C' question.  Next time, try the windows programming area.
ASKER CERTIFIED SOLUTION
Avatar of Shay050799
Shay050799

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