TheWizardofInt
Well-known member
In VB.Net, how do I get the main form of another programs properties.
For example, I know that TheProg.exe is running, and if I use FinadAnyForm and pass TheProg to it, I will come back with TheProg.exes ID
I assume I should then dim fForm as Form, but then how do I associate fForm with this form I just found?
For example, I know that TheProg.exe is running, and if I use FinadAnyForm and pass TheProg to it, I will come back with TheProg.exes ID
I assume I should then dim fForm as Form, but then how do I associate fForm with this form I just found?