[python-win32] How to use event class ?

2008-06-10 Thread Roger Upole
First, you create a class that implements the event methods as detailed in the comments. Then you use win32com.client.DispatchWithEvents to create the object and hook the events to your class. hth Roger ___ python-win32 mailing list python-win

Re: [python-win32] Webbrowser control and Tab Navigation

2008-06-10 Thread Mike Driscoll
Christof Ecker wrote: Hi all, I am using the webbrowser control (internet explorer) as display component in a project. Unfortunately the Tab and Enter keys do not work, i.e. it is impossible to switch between input fields of the displayed html-page and it is impossible to enter a newline in an i