Hi.
I have a class, taht's derived from CSliderCtrl. I need, it does sth, when Dragging it (sth. like OnScroll). But I've found, that I should do it with OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar) and with ovveriding CScrollBar with my slider on control, when doing it in paren (where the CSliderCtrl is placed). But I need my class. I added OnHScroll (catching WM_HSCROLL), but it doesn;t work. Where should I give "this" , as my class, instead of CScrollBar?
Thx
bubak
I have a class, taht's derived from CSliderCtrl. I need, it does sth, when Dragging it (sth. like OnScroll). But I've found, that I should do it with OnHScroll(UINT nSBCode, UINT nPos, CScrollBar* pScrollBar) and with ovveriding CScrollBar with my slider on control, when doing it in paren (where the CSliderCtrl is placed). But I need my class. I added OnHScroll (catching WM_HSCROLL), but it doesn;t work. Where should I give "this" , as my class, instead of CScrollBar?
Thx
bubak