Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello Good programmers,
please, I have a serious problem that has taken me like a week without any solution.
it is very serious because a company gave me this as what they want and I really need to do this. please I need help.

I want the applocation to populate a listbox, then upon loading the application, it loads the website that requires you input a string and click on a button. now I want to loop the strings from the listbox to input in the site and click the button but u have not seen a way to do this. please, help nw out.

What I have tried:

Webbroswer_complete()
for fr as integer=0 to listbox.items.count - 1
input.into.text(listbox.items(fr).tostring())
input.click.button
next
Posted
Comments
Richard MacCutchan 18-Aug-18 6:11am    
This looks like a web scraping application (Google will find samples). Alternatively check whether the website provides an SDK or JSON interface.
[no name] 18-Aug-18 6:35am    
no. it has no sdk.
is there anyway to loop through because I will like to extract from Webbrowser complete so I am really confused.
Richard MacCutchan 18-Aug-18 7:30am    
So you will have to use web scraping. As I said, use Google to find samples and tutorials.
[no name] 18-Aug-18 10:05am    
I have searched the web before now and never seen any that match my criteria.
can u point me to a sample maybe I can learn from there or can u provide me with a code sample
Richard MacCutchan 18-Aug-18 10:10am    
Sorry no, I have no idea what your criteria may be. And as I said you need to use Google to find samples. You will be most unlikely to find one written that fits your requirements exactly so you will need to write your own based on what you learn.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900