I'm not sure if this is the proper area to ask this question, but since the program that I want to write is like a cheat program I thought this would a good place to start.
I was just curious if it is possible to write a program (called Program A) that runs parallel with another program (called Program B) that will:
1. Grab information from a database of some form prob. Access
2. Input the data into certain fields in Program B
3. Simulate keystrokes that cause Program B to use the information and start whatever process it was designed to do.
4. Take the information presented, parse it and then input it into another database.
5. Have Program A loop until EOF
Also would it be possible for someone who only has experience with VBScript to write this program in Visual Basic.
