Re: Slider on a dialog bar on a rebar control... no WM_HSCROLL messages?
- From: David Lowndes <davidl@xxxxxxxxxxxxxxx>
- Date: Wed, 29 Jun 2005 00:14:09 +0100
>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
.
- Follow-Ups:
- References:
- Prev by Date: Slider on a dialog bar on a rebar control... no WM_HSCROLL messages?
- Next by Date: Re: Slider on a dialog bar on a rebar control... no WM_HSCROLL messages?
- Previous by thread: Slider on a dialog bar on a rebar control... no WM_HSCROLL messages?
- Next by thread: Re: Slider on a dialog bar on a rebar control... no WM_HSCROLL messages?
- Index(es):
Relevant Pages
|