Search:

Type: Posts; User: khuntballa

Search: Search took 0.03 seconds.

  1. Replies
    24
    Views
    4,552

    Re: Scraping Links from Web??? help please?

    So the last thing before I close this thread, is how do I export that list to something readable by me in thne correct format? like when I tried adding it to a listbox all I got was htmlelement...
  2. Replies
    24
    Views
    4,552

    Re: Scraping Links from Web??? help please?

    I'll probably sound stupid for asking this, but how do I actually view that list to check it's exact output?

    I tried doing listbox2.items.add(link) in the loop and it came up as htmlelement 50...
  3. Replies
    24
    Views
    4,552

    Re: Scraping Links from Web??? help please?

    Still getting
    Object reference not set to an instance of an object.
    and it is highlighting

    Dim allLinks As HTMLElementCollection = webBrowser2.Document.GetElementsByTagName("a")
  4. Replies
    24
    Views
    4,552

    Re: Scraping Links from Web??? help please?

    bump ^^
  5. Replies
    24
    Views
    4,552

    Re: Scraping Links from Web??? help please?

    This is what I am trying w/ a completely new application now

    WebBrowser2.Navigate("www.kingsofchaos.com/battlefield.php")
    Dim scrapedLinks As New List(Of HtmlElement)
    Dim...
  6. Replies
    24
    Views
    4,552

    Re: Scraping Links from Web??? help please?

    Hrmm,
    I am using 2005 could that be a reason?
  7. Replies
    8
    Views
    853

    Re: Enter Just Dosen't Do It...

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    MyBase.KeyPreview = True
    End Sub
    Private Sub Form1_KeyDown(ByVal sender As...
  8. Replies
    4
    Views
    672

    Re: [RESOLVED] Yes/No??????[2005]

    No problem :)
  9. Replies
    24
    Views
    4,552

    Re: Scraping Links from Web??? help please?

    It is still getting
    unable to cast object of type system.windows.forms.htmlcollection to type mshtml.htmlelementcollection

    Any ideas what could be causing that?
  10. Replies
    4
    Views
    672

    Re: Yes/No??????[2005]

    Dim Response As Integer
    ' Displays a message box with the yes and no options.
    Response = MsgBox(prompt:="Select 'Yes' or 'No'.", Buttons:=vbYesNo)

    ' If statement to check if...
  11. Replies
    24
    Views
    4,552

    Re: Scraping Links from Web??? help please?

    htmlcollection is not defined

    :(

    Again thanks for helping me penagate
  12. Replies
    24
    Views
    4,552

    Re: Scraping Links from Web??? help please?

    Thanks for replying, I tried

    Webbrowser1.Navigate("http://www.kingsofchaos.com/battlefield.php?" & "start=" & txt_low.Text)
    Dim scrapedLinks As New List(Of HTMLAnchorElement)
    ...
  13. Replies
    24
    Views
    4,552

    Re: Scraping Links from Web??? help please?

    ^ Sorry to bump but I really am completely lost here if I could get any help I'd love it. Thanks :)
  14. Replies
    24
    Views
    4,552

    Scraping Links from Web??? help please?

    I am using webbrowser control to login to a webpage and auto submit login, email and password with this code:

    Webbrowser1.Document.All("usrname").Focus()
    ...
  15. Re: Manipulate data in webpages using the Webbrowser control

    Hi I am a VB noob, but I am trying to learn and I have been beating my head over the past few days trying to come up with a solution for my problem.

    I am making a web browser utility for a text...
Results 1 to 15 of 15



Click Here to Expand Forum to Full Width