|
-
Aug 26th, 2010, 03:05 AM
#1
Thread Starter
New Member
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
-
Aug 26th, 2010, 04:42 AM
#2
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.
-
Aug 26th, 2010, 09:57 AM
#3
Thread Starter
New Member
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
-
Aug 26th, 2010, 10:26 AM
#4
Re: read text from an image vb.net
which site(s) are you trying to log in to?
-
Aug 26th, 2010, 12:09 PM
#5
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 -
-
Aug 26th, 2010, 11:04 PM
#6
Thread Starter
New Member
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...
-
Aug 27th, 2010, 04:23 AM
#7
Re: read text from an image vb.net
 Originally Posted by Grimfort
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.
-
Aug 27th, 2010, 09:36 AM
#8
Thread Starter
New Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|