|
-
Feb 22nd, 2014, 10:32 AM
#1
Thread Starter
Junior Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|