I am creating a vb application that will send a free sms to my mobile for the purpose of informing me the status of my server.

but before I can do that, I need to input the captcha before submitting the message if using the webpage.

so I need to extract the characters from the captcha so that I can input that on the textbox of the website and submit it if I need to do this automatically.


Please help me how to extract the characters from the captcha. Thanks.