Start of the external program without an empty window
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Start of the external program without an empty window
When I start the external program (RUN) written on Delphi, at first the empty window with the black background, similar to a DOS window opens, and already then in the horse the program which looks absolutely normally is started. How to avoid emergence of this empty window with a black background?
-
- Posts: 484
- Joined: Wed Jan 27, 2010 10:25 pm
- Location: Berlin Germany
Re: Start of the external program without an empty window
Runshell() ?
_______________________
Best Regards
Wolfgang
Best Regards
Wolfgang
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: Start of the external program without an empty window
RUN("_4_5.exe")Wolfgang Ciriack wrote:Runshell() ?
-
- Posts: 484
- Joined: Wed Jan 27, 2010 10:25 pm
- Location: Berlin Germany
Re: Start of the external program without an empty window
Try RunShell("","_4_5.exe",.T.)
_______________________
Best Regards
Wolfgang
Best Regards
Wolfgang
- Eugene Lutsenko
- Posts: 1649
- Joined: Sat Feb 04, 2012 2:23 am
- Location: Russia, Southern federal district, city of Krasnodar
- Contact:
Re: Start of the external program without an empty window
It's a go! Purely works. Thanks!Wolfgang Ciriack wrote:Try RunShell("","_4_5.exe",.T.)