Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Helloo code project member i have an idea to create anti keylogger application.
Basically i have a textbox contains a string, the string is password of mine.

how to make an autotype to active windows application?
example how to make an autotype string in textbox to notepad?

i think is possible to bypass keystroke logger? tell me if iam wrong.
Recently i found what i need here :
http://www.codeproject.com/Articles/18366/Sending-Keystrokes-to-another-Application-in-C

tried in windows XP 100% working..
but why when iam tested this windows 7 this is not working? any body have a solution?

i am still learning and amateur. thank you.
Posted
Updated 6-Jun-13 6:13am
v2
Comments
Gun Gun Febrianza 6-Jun-13 9:42am    
thanks let see what did he was do.. :)

1 solution

This is not a good learning project. Sending text to other windows is a hack which you should never do. As for your question, security got tighter with Vista. I bet there's UAC issues that stop this code working in Windows 7. Even if you can find a config setting to make it work, it still means it won't work for most users.
 
Share this answer
 
Comments
Gun Gun Febrianza 6-Jun-13 12:51pm    
hmm.. why sending text to other windows mean hack?
are you have suggestion to solve this problem mybe using UAC bypasser..
Christian Graus 6-Jun-13 12:52pm    
My suggestion is that by doing something so ugly that no professional project worth anything would do it, you're not learning anything about programming. Write a calculator, or a database, or a container class, to learn how to code. My point is, if you can bypass UAC on your machine, you can't make everyone else bypass it, too. So, your app won't be useful to anyone.
Maciej Los 6-Jun-13 17:29pm    
Agree!
+5!
Gun Gun Febrianza 6-Jun-13 15:03pm    
ok thank you sir for your suggestion :)
Maciej Los 6-Jun-13 17:31pm    
Do you have your answer? If yes, please, mark this solution as answer (to remove it from unanswered container) ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900