Re: Slider on a dialog bar on a rebar control... no WM_HSCROLL messages?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



>I have a slider control on a dialog bar which sits on a rebar control. I
>have put message handlers for ON_WM_HSCROLL into both the main frame and the
>view classes, but nothing is receiving events for this. Are they getting
>stopped somewhere? What am I doing wrong?

I'd expect the message to go to the parent of the slider control - the
dialog bar. Try putting the handler there.

Dave
--
MVP VC++ FAQ: http://www.mvps.org/vcfaq
.



Relevant Pages