[python-win32] Python for COM controls

Mark Hammond mhammond@skippinet.com.au
Fri, 19 Jul 2002 17:33:04 +1000


> I'm trying to determine if Python works for building UI COM Controls
> that can be embedded in IE and other applications.  In particular, I'd
> like to write a control that does some image processing, displays the
> result in a window within IE, and responds to events from the user.
>
> I haven't been successful tracking down a Python COM example that
> handles UI stuff like drawing and click events.  If someone can point me
> to an example that handles the OnDraw event, I'd be much obliged.

Unfortunately, that is still a work in progress.  It looks like this may
pick up again soon as Robin Dunn wants to implement this for wxPython.

Mark.