clubreseau
Programmer
Hi,
Here is what I would like to do.
a simple Form with a Tlistbox which would contain several URLs with a TButton and a TMemo.
To make it simple, I try as quickly as possible to go to all the URLs of my listbox and take the source page of each URL in my listbox and if in the page the word Welcome is there. then insert the url in the Tmemo
I have watched several tutorials that talk about Thread and Parallel Programming Library I can't seem to do this. I'm trying from this tutorial but it doesn't work.
Could someone give me a piece of code that will do the job.
Thank you and sorry for my english
Here is what I would like to do.
a simple Form with a Tlistbox which would contain several URLs with a TButton and a TMemo.
To make it simple, I try as quickly as possible to go to all the URLs of my listbox and take the source page of each URL in my listbox and if in the page the word Welcome is there. then insert the url in the Tmemo
I have watched several tutorials that talk about Thread and Parallel Programming Library I can't seem to do this. I'm trying from this tutorial but it doesn't work.
Could someone give me a piece of code that will do the job.
Thank you and sorry for my english