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. Is HookMessage the right way to catch these? Or is there some other trick to this that I'm missing? -- Greg _______________________________________________ python-win32 mailing list python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32