Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Monitor the IE?????

Status
Not open for further replies.

maltobji

Programmer
Feb 13, 2001
31
JO
Dear All,
I'm trying to monitor the Internet explorer from my application .....
i tryed using this code :

' this is only a sample of the code
' in class module
Public WithEvents IE as InternetExplorer
' in form
dim MyClass as new Class1

' when form loads
Set Class1.IE = new InternetExplorer
IE.Visible = True

...but always an error araise daying that this object (InternetExplorer) does not support Automation????

this code i took it from Articles within MSDN...!!!!!!!!

thanx fro any Help .....


Mohammed Al-Tobji
Electrical Engineer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top