Start of the external program without an empty window

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
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

#1 Post 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?

Wolfgang Ciriack
Posts: 484
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: Start of the external program without an empty window

#2 Post by Wolfgang Ciriack »

Runshell() ?
_______________________
Best Regards
Wolfgang

User avatar
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

#3 Post by Eugene Lutsenko »

Wolfgang Ciriack wrote:Runshell() ?
RUN("_4_5.exe")

Wolfgang Ciriack
Posts: 484
Joined: Wed Jan 27, 2010 10:25 pm
Location: Berlin Germany

Re: Start of the external program without an empty window

#4 Post by Wolfgang Ciriack »

Try RunShell("","_4_5.exe",.T.)
_______________________
Best Regards
Wolfgang

User avatar
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

#5 Post by Eugene Lutsenko »

Wolfgang Ciriack wrote:Try RunShell("","_4_5.exe",.T.)
It's a go! Purely works. Thanks!

Post Reply