Re: [python-win32] PyCSlider notification messages

2009-03-17 Thread Greg Ewing
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

[python-win32] issue regarding connectivity between client and com server.

2009-03-17 Thread Madhubala
Hi , I have an issue regarding connectivity between client and com server. I have a com server implemented in MFC dll having MFC as static library. The requirement is to write python wrapper to it . Using ctypes I wrote a wrapper to MFC dll which exports couple of functions for