drosenkranz
Programmer
I have a program with the sole purpose of checking the server's version of an EXE against the local user's copy of the EXE. If the server's version is newer- it copies the server's version onto the user's local hard drive. This program then launches the EXE from the user's local copy. (Thanks for the ideas FoxDev)
The problem is that this program opens the FoxPro window for just an instant before it launches the main EXE. I have set the (screen=off) already in the config.fpw file and this works fine if I launch the main EXE directly. It only happens when I use this program to check for an update before launching the main EXE.
This program (check4update) has been compiled into an EXE. How do I get the check4update.EXE to suppress the FoxPro window so the user doesn't see it before the main EXE is launched? The early bird may get the occasional worm...
but the 2nd mouse always gets the cheese.
The problem is that this program opens the FoxPro window for just an instant before it launches the main EXE. I have set the (screen=off) already in the config.fpw file and this works fine if I launch the main EXE directly. It only happens when I use this program to check for an update before launching the main EXE.
This program (check4update) has been compiled into an EXE. How do I get the check4update.EXE to suppress the FoxPro window so the user doesn't see it before the main EXE is launched? The early bird may get the occasional worm...
but the 2nd mouse always gets the cheese.