Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running DOS command minimises my app

Status
Not open for further replies.

jworley

Programmer
Jun 19, 2000
36
GB
After running a dos command using run /N, my application ends up minimised. I don't want this behaviour but can't find a way to stop it. Any ideas ? Jim Worley
jim@aits-uk.net
 
... or is it possible that you have a
Code:
foxrun.pif
file set up with minimised set on?
 
Have you tried puting the code just after the line of RUN/N... command
ThisForm.WindowState = 0
This may fix your problem. ramani :-9
(Subramanian.G)
FoxAcc
ramani_g@yahoo.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top