[python-win32] PyCSlider notification messages
Tim Roberts
timr at probo.com
Tue Mar 17 17:49:37 CET 2009
Greg Ewing wrote:
> I'm having trouble getting notification messages from
> a Slider control.
>
> According to MS, a Slider is supposed to send WM_HSCROLL
> messages to its parent window when the user changes it,
> but this isn't happening.
>
> I can get WM_HSCROLL messages from a normal scroll bar,
> but either the Slider isn't sending them or I'm
> somehow failing to intercept them.
Remember that a slider oriented vertically will produce WM_VSCROLL
messages...
--
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.
More information about the python-win32
mailing list