Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I create a plain Frame, there is no scrollbar; then I load a bitmap into this Frame,
the bitmap is too big so that system create scrollbar automatically, I want to control
this scrollbar, for example, get its CWnd, and then do CWnd::GetWindowRect(myRect)

Is it possible to control "system create" scrollbar" ??
thanks!
Posted
Updated 24-Oct-14 4:10am
v2

1 solution

Please see this walk-through article on similar topic: http://www.functionx.com/visualc/views/scrollview.htm[^].
—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900