> What I would like to know is- is DispatchWithEvents() like the > unreliable Dispatch(), or is it more like using EnsureDispatch() + > event handling ?
DispatchWithEvents is more like EnsureDispatch - it requires the makepy early-binding. > Does anyone have some example sof using > win32com.client.DispatchWithEvents() ? help(win32com.client.DispatchWithEvents) should print an IE example. Mark _______________________________________________ Python-win32 mailing list Python-win32@python.org http://mail.python.org/mailman/listinfo/python-win32