Page 1 of 1
Start of the external program without an empty window
Posted: Tue Feb 19, 2013 8:25 pm
by Eugene Lutsenko
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?
Re: Start of the external program without an empty window
Posted: Tue Feb 19, 2013 11:17 pm
by Wolfgang Ciriack
Runshell() ?
Re: Start of the external program without an empty window
Posted: Wed Feb 20, 2013 5:51 am
by Eugene Lutsenko
Wolfgang Ciriack wrote:Runshell() ?
RUN("_4_5.exe")
Re: Start of the external program without an empty window
Posted: Wed Feb 20, 2013 7:59 am
by Wolfgang Ciriack
Try RunShell("","_4_5.exe",.T.)
Re: Start of the external program without an empty window
Posted: Wed Feb 20, 2013 8:21 am
by Eugene Lutsenko
Wolfgang Ciriack wrote:Try RunShell("","_4_5.exe",.T.)
It's a go! Purely works. Thanks!