I am trying to open a exe from a known path. Then once the exe is fully loaded get the window handle. I know this can be done all from CreateProcess I am just not sure how.
The program is very large so I need to make sure I only get the handle once it is fully loaded.
Thank You.
From David Heffernan
Thank you!