Search:

Type: Posts; User: alvaritos

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    817

    [Help] Well solved but anyway thanks!

    Well solved but anyway thanks!
  2. Replies
    10
    Views
    817

    [Help] But. . . You said just get elements of "a" I...

    But. . . You said just get elements of "a" I change It to "www" no?



    Dim htmlElementCollection As HtmlElementCollection = htmlDocument.All
    Dim link2 As HtmlElementCollection
    link2 =...
  3. Replies
    10
    Views
    817

    [Help] Well Jason Im at My father PC, I cant download it...

    Well Jason Im at My father PC, I cant download it now . . . And im borring so im making a new tool :S

    Also thanks Lyoto :)
  4. Replies
    10
    Views
    817

    [Help] I want the code gets all the links in the Web and...

    I want the code gets all the links in the Web and add to listbox..
  5. Replies
    10
    Views
    817

    [Help] Webrowser get links [solved]

    Dim htmlDocument As HtmlDocument = Me.WebBrowser1.Document
    Dim htmlElementCollection As HtmlElementCollection = htmlDocument.Links
    Dim link2 As HtmlElementCollection
    link2...
Results 1 to 5 of 5