After Navigate() webbrowser properties are invalid
From: elisabete (liscerq_at_gmx.ch)
Date: 11/23/04
- Next message: SouthSpawn: "Navigate Method"
- Previous message: MiraclesHappen: "Content-type bug in IE since SP2"
- Next in thread: Igor Tandetnik: "Re: After Navigate() webbrowser properties are invalid"
- Reply: Igor Tandetnik: "Re: After Navigate() webbrowser properties are invalid"
- Messages sorted by: [ date ] [ thread ]
Date: 23 Nov 2004 07:05:46 -0800
Hello,
I will describe the problem with which i am fighting with :]
Scenario 1:
-----------
I have a VC++ project that at some point must POST an HTTP request to
a server (not using controls). I am using IWebBrowser Navigate()
function to POST an HTTP request to a server.
Problem 1:
-----------
The Navigate() function works fine, but afterwards, if I check the
value of the webbrowser properties get_LocationURL() and
get_LocationName() I get an empty string...
----------------------- // -----------------------
Scenario 2:
-----------
I implemented sink class to handle events of DWebBrowserEvents2 (like
BeforeNavigate, NavigateComplete2).
Problem 2:
----------
No events are fired... except if I call the function Stop() from
IWebBrowser...
Before Navigate function is called Busy property is true... and after
Navigate is false.
Does some one have any idea of what might be happening?
Thank you,
Elisabete
- Next message: SouthSpawn: "Navigate Method"
- Previous message: MiraclesHappen: "Content-type bug in IE since SP2"
- Next in thread: Igor Tandetnik: "Re: After Navigate() webbrowser properties are invalid"
- Reply: Igor Tandetnik: "Re: After Navigate() webbrowser properties are invalid"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|