[python-win32] PyCSlider notification messages

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Mar 17 11:40:15 CET 2009


Mark Hammond wrote:

> Works for me.  In sliderdemo.py, directly after the creation of the 
> control I added:
> 
>   self.HookMessage(self.OnSliderMove, win32con.WM_HSCROLL)

Okay, I've modified that demo similarly and it works
for me too. I can investigate further from there,
thanks.

-- 
Greg


More information about the python-win32 mailing list