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?