G
Guest
Hi all
I tried to use this BeforeNavigation2 event and apparently it fires neither
in my VB application nor in my C #code!
I tried the resolution claimed by Microsoft at:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q311298&ID=KB;EN-US
The example in this article is designed for some one hosting a WebBrowser
Control not using a InternetExplorer directly!!! Is there any alternatives?
The problem happens in the following statement.
Dim icpc As UCOMIConnectionPointContainer = _
CType(AxWebBrowser1.GetOcx(), COMIConnectionPointContainer)
Since I am not using AxWebBrowser object at inside my Application... My
application doesn’t have any WebBrowser Control.
I am using the InternetExplorer Object, which is external stand alone
instance of Internet Explorer like this:
IE = CreateObject("InternetExplorer.Application.1").
Also please can any one advice me how to read the data in the PostData
object encapsulated in the BeforeNavigation2 event.
Cheers
I tried to use this BeforeNavigation2 event and apparently it fires neither
in my VB application nor in my C #code!
I tried the resolution claimed by Microsoft at:
http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q311298&ID=KB;EN-US
The example in this article is designed for some one hosting a WebBrowser
Control not using a InternetExplorer directly!!! Is there any alternatives?
The problem happens in the following statement.
Dim icpc As UCOMIConnectionPointContainer = _
CType(AxWebBrowser1.GetOcx(), COMIConnectionPointContainer)
Since I am not using AxWebBrowser object at inside my Application... My
application doesn’t have any WebBrowser Control.
I am using the InternetExplorer Object, which is external stand alone
instance of Internet Explorer like this:
IE = CreateObject("InternetExplorer.Application.1").
Also please can any one advice me how to read the data in the PostData
object encapsulated in the BeforeNavigation2 event.
Cheers