ScrollBar in CStatic-derived class
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
How to implement a scrollbar in CStatic-derived class. When I wrote:
EnableScrollBarCtrl(SB_HORZ);
SetScrollRange(SB_HORZ, 0, 100);
ShowScrollBar(SB_HORZ);I can see a scrool bar but I can't control it. WM_HSCROLL don't received too. What's a problem. How to implement it. Best regards, Eugene Pustovoyt
ICQ UIN: 161325180