thon.com
> Subject: [IronPython] RE: Problems in Automating IE with IronPython
>
> Please ignore my earlier post about this, I kinda know what
> caused the problem now. It seems that when I say
> this:
>
> doc = ieApp.Document
>
> IP goes and searches for the type of th
Please ignore my earlier post about this, I kinda know
what caused the problem now. It seems that when I say
this:
doc = ieApp.Document
IP goes and searches for the type of this thing in the
type library--so it didn't really hang, it just took a
long time for it to find it and return, seemingly.