Results 1 to 8 of 8

Thread: read text from an image vb.net

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2010
    Posts
    4

    read text from an image vb.net

    Dear Experts
    I am trying to create auto-login screen through vb.net.which i did..
    so when i enter my email id pw and submit it i get logged in to my gmail id.
    extending same idea,
    now,along with email id pw there is a verification code in a image.
    and i want that code into my text box

    question is how to read text/data from an image using vb.net code?
    please help me...

    Thanks in advance
    cs

  2. #2
    PowerPoster
    Join Date
    Mar 2002
    Location
    UK
    Posts
    4,780

    Re: read text from an image vb.net

    These systems are designed to stop people doing this type of operation, thats is what captcha's are for.

  3. #3

    Thread Starter
    New Member
    Join Date
    Aug 2010
    Posts
    4

    Re: read text from an image vb.net

    Grimfort,
    you are right.bt developing software is all about making easy to easier and easiest.correct me if i am wrong..

    even i saw a company selling such software named as autologin & something like that....

    while searching solution I found many solutions in c# and php for the same problem.bt i couldn't understand that coding flow/logical flow.

    from this,i believe there must be some coding in vb.net also..
    still positive to get help/hint from experts..!

    cs2005cs

  4. #4
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: read text from an image vb.net

    which site(s) are you trying to log in to?

  5. #5
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: read text from an image vb.net

    Search the net for "captcha solver" and you will find that there's no magic behind it at all. It involves someone looking at the image and type out the code the see manually.
    Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
    - Abraham Lincoln -

  6. #6

    Thread Starter
    New Member
    Join Date
    Aug 2010
    Posts
    4

    Re: read text from an image vb.net

    @si the geek
    site name is blog line .com

    @ stanav
    i will search for captcha solver.. thanks atleast i got exact name of those images...
    bt i need vb code..

    pls help mee...

  7. #7
    PowerPoster
    Join Date
    Mar 2002
    Location
    UK
    Posts
    4,780

    Re: read text from an image vb.net

    Quote Originally Posted by Grimfort View Post
    These systems are designed to stop people doing this type of operation, thats is what captcha's are for.
    I told ya that in my first post . People around the world are paid to type in these captchas to help run automated systems as the software to get round the very good ones would be near impossible to code. Some sites have simple ones that people have managed to get around, and lots of those sell that code. Its not going to be a "give me code" type of thread I'm afraid.

  8. #8

    Thread Starter
    New Member
    Join Date
    Aug 2010
    Posts
    4

    Re: read text from an image vb.net

    hmm ok.. even though tried captcha.. bt cudnt get a single example..
    now, i am changing the way...
    i conside that captcha code should be written manually..

    now i am entering email id, passowrd in my vb.net form and on lost focus of each text box information is going to actualy web page's login details like email id and pw respectively.. now im entering my captcha code in my textbox bt this lost focus is working at all

    1)when i enter my code in my textbox and click on send button it should verify it and if its correct it should login in to that site.. is that verification code textbox is different??? any specific coding needed??

    2)also after logging in to that blog..i should be able to post on that blog directly..
    can we decide direction through coding?? like.. if u enter in gmail acc "compose" section will be open and cursor will be on "TO" field??
    likewise??

    pls help me in this...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width