Question Display particular Portion of web page in form

Prototype

New member
Joined
Feb 21, 2010
Messages
2
Programming Experience
Beginner
Hey Guys

New user here..

Was trying to make a little project which will login to a site.
The problem i am facing is with the captcha code display..

Was searching around to get the captcha to the form directly but didn't found anything useful.

So my question is how to display only the area of the captcha on the form instead of the complete form.

Like suppose I want to display only the portion where the logo of Visual Basic .NET Forums - The Exclusive VB.NET Community is located instead of complete webpage.


Application using : VS 2008

Answer expected for : VB 2008 or C#

Thanks in Advance.
 
Last edited:
I don't exactly understand your question.

Are you displaying a captcha on your site? Or is this captcha from another site?

Sure let me explain..

I am making a login system..Where you can login to a website using the desktop application.

Now, I can feed the inputs to the form since the fields like username,password,etc are stationary and wont change.

But the site has a captcha system on each login.So since its a captcha it will not be stationary.

If i use a webbrowser it will show the complete webpage.I want the webbrowser size to be of around 150 X 80 which will only show the portion of the webpage where the captcha code is located.

Hope this makes some sense
 
Back
Top