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
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