Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can I run an Execute with totally hide?
Message
 
 
À
24/08/2001 00:08:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00548458
Message ID:
00548516
Vues:
21
Hi!

What is that "task"? Non-VFP EXE you can run using API function ShellExecute(), that also have a parameter to hide app window, however, it does not always help because many applications have their own system of controlling application windows. When EXE is VFP EXE application, you can hide it before starting just by putting 'SCREEN=OFF' in the config.fpw file, and then include that config file into that exe or run EXE using that config file.

If you meant processes in multi-threaded environment - VFP does not support this. You will require to make a C++ COM object that you can call from VFP, and that COM object, using C++, probably can do multi-threading.

HTH.

>That is, I want to create a new task with Completely nothing show, it is a background task.
>
>Since the idea is general, I donno the title of execute file.
>I also don't want to hide them on system tray, I just want to hide it completely.
>
>Thanks.
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform