ie.ExecWB(40004, 2, 0, 0)

Fredrik Lundh fredrik at pythonware.com
Fri Jul 14 12:26:59 EDT 2006


Etayki wrote:

> Thanks for the previous response. Now I want to do something similar:
> 
> ie.ExecWB(IDM_SELECTALL, OLECMDEXECOPT_DONTPROMPTUSER)
> 
> However, I don't have the values for the above constants either, and I
> don't know how to import them. Any ideas?

hint: google often picks up source code as well.  if you google for the 
constant names, you'll often find the values on the first result page.

</F>




More information about the Python-list mailing list