ScrollBar in CStatic-derived class
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
How to implement a scroll bars in CStatic-derived class. If I'm add following lines then scroll bar will visible, but WM_HSCROLL message not send to my CStatic-derived class.
EnableScrollBarCtrl(SB_HORZ);
SetScrollRange(SB_HORZ, 0, 100);
ShowScrollBar(SB_HORZ);What's the problem? Best regards, Eugene Pustovoyt
ICQ UIN: 161325180