|
-
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.
-
Feb 22nd, 2014, 10:58 AM
#2
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.
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
|