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
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