Hello,
I am using VFP 6.0
I have one vfp exe child.exe which i want to run from another parent.exe
I want to run it in background i.e. child.exe should not come as front screen but child.exe has the main form with
showwindowstate = 2 As Toplevel Form
I want to run child.exe and also want to wait will it is completed. Cannot make any changes to child.exe
I tried launching a timer from parent.exe (main exe) which will bring another dummy form on child.exe screen
But it also goes behind child.exe form
Please help me
Thanks in advance
I am using VFP 6.0
I have one vfp exe child.exe which i want to run from another parent.exe
I want to run it in background i.e. child.exe should not come as front screen but child.exe has the main form with
showwindowstate = 2 As Toplevel Form
I want to run child.exe and also want to wait will it is completed. Cannot make any changes to child.exe
I tried launching a timer from parent.exe (main exe) which will bring another dummy form on child.exe screen
But it also goes behind child.exe form
Please help me
Thanks in advance