problem with NavigateComplete2 Event



Hi all,
I have used two webbrowser control in my project. I submitted a form
in the first webbrowser control and after the new page is loaded i
retrieved the url of the new page. Then this url is loaded in the
second webbrowser control using Navigate2.I called this Navigate2
method in the document complete event of the first webbrowser control.
In the second webbrowser control the loaded page contains so many
images and from that i have to retrieve a specific image. That i
thought of retrieving using the get_alt method. But i tried the code in
the documentcomplete event and in the Navigatecomplete2 event. In
document complete it is not working completely. But in
NavigateComplete2 event i will not be able to retrieve the image
always. sometimes the image can be retrieved. Suggest me with some
solution to come out from this.

.



Relevant Pages

  • Retreiving the URL of the image in the web page
    ... I displayed the web page in the Webbrowser Control using the Navigate ... I want to retrieve the URL of the image which is embedded in ... Guide me to proceed further. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Using the class value for the Item method
    ... I displayed the web page in the Webbrowser Control using the Navigate ... I want to retrieve the URL of the image which is embedded in ... The img tag is as follows: ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: Revisited: How to get IWebBrowser2 from IHTMLDocument2?
    ... This application probably hosts MSHTML directly, as opposed to hosting ... WebBrowser control. ... In this case, there is no IWebBrowser2 to retrieve, ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • Re: problem with NavigateComplete2 Event
    ... in the documentcomplete event and in the Navigatecomplete2 event. ... NavigateComplete2 event i will not be able to retrieve the image ... With sufficient thrust, pigs fly just fine. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)