Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Naming an EXE
Message
De
20/11/1998 16:11:34
 
 
À
20/11/1998 16:00:59
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Titre:
Divers
Thread ID:
00159964
Message ID:
00159967
Vues:
25
>Having created a VFP5 EXE file from a project, I want to be ale to call it from other VFP apps and wait until it's completed processing before continuin with the calling app.
>
>I can use the GetWindow API functions to check whether an app of a givne name is running; problem is, the EXE runs with the name "Microsoft Visual Foxpro". How do I change the name of my EXE to be something more unique and descriptive? The EXE itself is called PURGEAPP.EXE, so it's not getting the name from there.
>
>Thanks in advance...
>
>-- jas

API is looking for _SCREEN.Caption, i.e. if you set _SCREEN.Caption="Purgeapp" then you may use in FindWindow() API Call.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform