Question Possible WebBrowser question

Callum

New member
Joined
Jan 9, 2010
Messages
1
Programming Experience
Beginner
Hello, I am completely new to Visual Basic (other than having watched 10+ tutorial videos- *urgh*).

NOTE: This is a labour of love for me, I am willing to put all my time and effort into it. Hower much/ long that is.

Part of a game that I play requires looking at a CAPTCHA image of a single letter, and typing in that letter. Once you have done so, it will load another one, and you continue identifying the images until you are bored. I know, it sounds very boring, but the other parts of the game are what makes it worth playing.

Now, here is where my project takes life. The in-game system is very slow. And shows one captcha at a time. So naturally people are looking for alternatives. Software based alternatives.

Firstly, as I am completely new to this, ANY ideas are hugely appreciated. - More than anything i am hoping to get ideas that i can focus my studying towards. I'm definitely not looking for any snippets of code or anything. Maybe just an important function to look up, or something like that.

So, In an ideal world, my software would:

-Display 3 windows
-Take about 100 CAPTCHA images from this website,
-Display the first three images to the user
-Images "slide" to the left when user presses a key in a text-field (the key that hopefully corresponds to the letter shown by the captcha)
-This should make it always possible to see the two CAPTCHA's that are coming up - in windows 2 and , And this makes it much easier for the player to identify the captcha's faster.
-Reports back / posts(?) the key press to the page associated with that captcha


So essentially im trying to make software that posts data from software to a web page. And hopefully i can make it quicker by having lots of those web pages ready in the background.

ANY help would be a god-send.

Thank you so much, even if you just read this - i know it is a long one :/

Callum
 
Back
Top