PC Review


Reply
Thread Tools Rate Thread

axWebBrowser control question

 
 
MPR
Guest
Posts: n/a
 
      23rd Aug 2004
I'm displaying a web page with the navigate2 method of the axWebBrowser
control.

On the web page that is already in the axWebBrowser control, there are
severla links, like in any other web page.
I wanto to take one ot those links (programatically) follow that link, like
emulating a click over it.

Is it possible?
There's somethink like a link collection or somethink like that?

Thanks

MPR


 
Reply With Quote
 
 
 
 
Cor Ligthert
Guest
Posts: n/a
 
      23rd Aug 2004
MPR,

I answered on this question on the original thread.
Please keep your questions in that, because so it is almost imposible to
answer questions, the link collection is in MSHTML a part of the
anchorelement <A....>

The frames (documents) of a page where I am talking about in the original
thread you can get by instance as

\\\\
Private Sub AxWebBrowser1_DocumentComplete(ByVal sender As System.Object, _
ByVal e As AxSHDocVw.DWebBrowserEvents2_DocumentCompleteEvent) Handles
AxWebBrowser1.DocumentComplete
Dim eDocuments As New ArrayList
Try
Dim wb As SHDocVw.WebBrowser = _
DirectCast(e.pDisp, SHDocVw.WebBrowser)
eDocuments.Add(wb.Document)
Catch ex As Exception
Dim a As String = ex.Message
End Try
///

The rest of the text in the original thread.

Cor


> I'm displaying a web page with the navigate2 method of the axWebBrowser
> control.
>
> On the web page that is already in the axWebBrowser control, there are
> severla links, like in any other web page.
> I wanto to take one ot those links (programatically) follow that link,

like
> emulating a click over it.
>
> Is it possible?
> There's somethink like a link collection or somethink like that?
>
> Thanks
>
> MPR
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
axWebBrowser control =?Utf-8?B?aHBsbG95ZA==?= Microsoft C# .NET 2 6th Dec 2005 02:41 PM
window.showModalDialog() control DOM from AxWebBrowser control =?Utf-8?B?U2VyZ2l1IERldg==?= Microsoft Dot NET 0 22nd Jun 2005 05:55 PM
AxWebBrowser control Eric Microsoft VB .NET 1 5th Dec 2003 07:16 AM
AxWebBrowser control Eric Microsoft ASP .NET 0 5th Dec 2003 04:00 AM
AxWebBrowser control Eric Microsoft Dot NET Framework 0 5th Dec 2003 04:00 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:57 AM.