let me ask the following questions.
shell gives me the PID as a retval
can I find the handle of the programs window with this PID?
with the handle of the main window can I capture the main forms activate event?
I would think that when the activate event is triggered the application is finished loading.
would this be a logical approach?
if so, how can I capture the form_activate event if I only know the handle and PID?
thank you for your time and have a good day