Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Preventing an app to be started twice
Message
De
26/11/1996 18:14:53
 
 
À
26/11/1996 18:12:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00013585
Message ID:
00013651
Vues:
41
>C propgram is fine but the quickest way it's may be API call:
> DECLARE INTEGER FindWindow in win32api INTEGER,STRING
> if FindWindow(0,oSystem.Apptitle)<>0
> QUIT
> endif
>Put this code to first lines of your App but after oSystem app object created.

No, this is certainly not the quickest way because you have to load another instance of Visual FoxPro in memory before executing the first line of your code. And, in most case, you'll run out of memory before it succeed loading another time.

What can be faster than clicking on the icon and having an instant switch to the application that was already running? :)
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform