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 :o
Re: Data Search With Textbox Combobox And Web Browser.
Maybe if you could provide a FULL and CLEAR description of what you're trying to achieve rather than expecting us to work it out from code that doesn't actually do it.