Hello
I am a total amatuer programmer. I mainly just build little apps that are mainly useful to me. So please be gentle.
I am currently working on a program that will paste text into a second program. The text will paste into several different fields automatically.
The problem I am running into is that I need my program to check for running processes(as the second app will already be running). I seem to have done this just fine. When I then need to "use" that process
I use myprocess.start()
This of course starts a second instance of the application in question.
How do I basically use a process that is running as if I used the command .start()?
Sorry if this is answered somewhere else. I have been searching everywhere.
Thanks