Hi
I would like to know if IE 5.5 is an Automation compliant software?
Would it be possible to control its object through Automation coding jus like those office applications ( Excel,Access,Word ) ?
Thanks for the help!
Printable View
Hi
I would like to know if IE 5.5 is an Automation compliant software?
Would it be possible to control its object through Automation coding jus like those office applications ( Excel,Access,Word ) ?
Thanks for the help!
Just looked it up in the registry & you can use:
CreateObject("InternetExplorer.Application")
To create the reference - it supports that much, as far as any methods or events it exposes to you to be able to use, I'll leave that one to you to find :p ;)
Thanks Bud!
i also found some documentation in MSDN.
Will not be too far off to using this.
:D