Hey there! I'm preparing a 1st of april- joke for my roomate and decided I wanted to create a little hidden program that would take control of the user's keyboard.
So for example, when you press on 'a' you don't really get an 'a' on the screen, rather its supposed to be changed to a random letter.
So far: I have successefully hooked the keyboard to my application and I can read all keystrokes that are pressed. But i'm...
Search Result
Collapse
2 results in 0.0034 seconds.
Keywords
Members
Tags
-
How to change the output of a keyboard press?
-
Inserting data into an external program's text box using VB.Net?
Hello!
I'm currently trying to fill in a dialogue box (from an external program) using a VB.Net app. I've succeeded in finding the window handle for the external program (using the FindWindowByCap tion function), but am having some difficulty finding the handles for the child windows (which, in this case, would be text boxes). Most tutorials that I've found online suggest using Spy ++ (or other programs) that I don't have access to...