How to open and input keystrokes on a seperate .exe file on c++? (Windows)

65 views Asked by At

I'm a noob when it comes coding and even more so when coding in c++.

For short backstory, a family member is getting annoyed at how long it takes to input all of their information onto a program they use regularly. The information that is input never changes, so I was hoping to automate the process. For example, sending the keystrokes "username" [TAB] "password" [ENTER]

I was hoping it was a simple bit of windows.h code but I haven't been so lucky looking through threads. Any ideas?

0

There are 0 answers