Is there any way to get info like progress from another process?
What I'm trying to do is have Program1 download Program2, Program1 will then tell Program2 to do certain things and Program1 displays the progress.
If it's too tricky or difficult i could also just close program1 and move the interface to Program2 though, but I'd really prefer not to because it requires a lot of work.