I’m writing an application that is started by a 3rd party application just running the .exe file.
Is there any way to make our application start centered over the other application?
Thanks,
Rob.
Edit: I don’t have any access to the 3rd party application, so can’t pass in its location or adjust its position.
Use FindWindow to find 3party app window and then GetWindowRect to get 3party app window position and then you can calculate where your window position should be.