VB.NET ~ Captcha - I can reload captcha but picture box doesn't reload. Please help

simpleonline12

New member
Sep 29, 2009
191
3
0
I have a pretty easy bot setup that enters username/passwords, etc.

There is an recaptcha involved. I can send text to the textbox on the screenvia clicking a button and submit the form.

My issue is when I need to get a new captcha I'm having issues.

I am able to code the button to refresh the captcha on the screen. My issue is that I can't figure out how to refresh the picture box to grab the new image.

How is it possible to refresh a captcha image and not the entire web page?

Thanks