Jump to content
xisto Community
Sign in to follow this  
kvarnerexpress

Calling Shellexec

Recommended Posts

I am with problem - it would be great to call some external programm from Delphi, wait - till it executes and exits and only then continue work of my Delphi program, how can I do this. I tried ShellExec and ShellExecEx - however - it only calls program and exits - it would be great to registre some handler - which monitors when this called program exits?Any design ideas for such an problem could be very helpful, thanks in advanceKvarnerexpress

Share this post


Link to post
Share on other sites

I am with problem - it would be great to call some external programm from Delphi, wait - till it executes and exits and only then continue work of my Delphi program, how can I do this. I tried ShellExec and ShellExecEx - however - it only calls program and exits - it would be great to registre some handler - which monitors when this called program exits?

 

Any design ideas for such an problem could be very helpful, thanks in advance

Kvarnerexpress

 


well... guyz...

 

Shellapi.ShellExecute(application.Handle,'open',pchar('program path'),pchar('parameters'),'',1);

Note:

last parameter (1) gets window state!

 

maximazed, minimized, normal,focused,unfocused and so on...

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.