Extracting links within a webbrowser control
I have a webbrowser control that navigates to a page on an online game (http://www.outwar.com/rankings.php?t...=400&submit=go) and i want to be able to extract all the player names and links on that. I think i could probably use the inet control to get the source code and parse it, but that would take me damn well near the rest of my life to do, so im wondering if i can get the links and names off using the webbrowser control and add them to a listbox.
Re: Extracting links within a webbrowser control
Hi Aaron,
Hopefully you are still with VBForums. I have modified version of the above question ("Extracting links within a webbrowser control").
What if user highlighted just a PART of the text in the WebBrowser control. This highlighted text may contain one or several links. Please advise me how I can list these links from the highlighted area of WebBrowser control in VB6.
THANKS!