Scroll bar with ActiveX control
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I am developing an ActiveX control to display a image. if image size is big i should provide scroll bar. i attached the scroll bar by changing the cs.style = cs.style | WS_HSCROLL | WS_VSCROLL; But when i click on scroll bar at run time it is not scrolling the image. how to do this please me. :sigh::omg::wtf: