Syzis
Member
- Joined
- Apr 23, 2011
- Messages
- 10
- Programming Experience
- 3-5
Hello,
Im new here but I've read some threads here and I can't get answer for what I want.
I have project that Login to a website but need to display a captcha to login.
The problem is that the captcha isn't it a static image.
It have a dynamic link ( "code.php" ) that shows an image with the captcha.
But when navigating in Webbrowser the capctha in picturebox is different.
Any solution?
One more thing.
I have some links that imported to a listbox.
I want to navigate them all within X seconds.
Lets say I want it to navigate each link 60 seconds.
Something like:
It would work?
One more problem is related to timers to work it each 60 seconds.
Any ideas ?
Thanks in advance
Im new here but I've read some threads here and I can't get answer for what I want.
I have project that Login to a website but need to display a captcha to login.
The problem is that the captcha isn't it a static image.
It have a dynamic link ( "code.php" ) that shows an image with the captcha.
But when navigating in Webbrowser the capctha in picturebox is different.
Any solution?
One more thing.
I have some links that imported to a listbox.
I want to navigate them all within X seconds.
Lets say I want it to navigate each link 60 seconds.
Something like:
PHP:
For each links in listbox1.items
Webbrowser1.navigate(links)
Next
It would work?
One more problem is related to timers to work it each 60 seconds.
Any ideas ?
Thanks in advance
