Results 1 to 2 of 2

Thread: Data Search With Textbox Combobox And Web Browser.

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2014
    Posts
    30

    Question Data Search With Textbox Combobox And Web Browser.

    Hi.

    I need to do this !

    Example
    : Combobox.Selected Item = "0##48" that first item

    Then Webbrowser Load ("www.an-webpage/" + Combobox.Selected Item that is "0##48"
    Then txt1.text = web page.document text.tostring
    If txt1.text > txt2.text then list1.items.add(Combobox.Selected Item)
    Then Combobox.Selected Item = second item
    Then Webbrowser Load ("www.an-webpage/" + Combobox.Selected Item that is second item
    Then txt1.text = web page.document text.tostring
    If txt1.text > txt2.text then list1.items.add(Combobox.Selected Item)

    Like this until last item in combobox.

    Pls Any One Help
    Last edited by Thasarath; Feb 22nd, 2014 at 11:07 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width