Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
From Photoshop to Bridge
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
From Photoshop to Bridge
Divers
Thread ID:
01636402
Message ID:
01636402
Vues:
95
Hi:
Is it possible to do a createobject to a) bring up instances of Photoshop and Bridge b) and to check if their processes have already instantiated? There seems to be more than one name for Photoshop-type objects?

At the moment, I have Photoshop up. In Foxpro, with the following, I can see that oMyObject = "C" but that does not reflect whether the process itself exists. Maybe there is another way to tell? I can't find my book by Tamar that tells, I believe, how to know if an instance of Excel exists?
set step on
oMyObject = "Photoshop.Application"
IF VARTYPE(oMyObject)<>"O"    ** or if I use "C"
    oMyObject=CreateObject(oMyObject)
ENDIF
Thank you,
Steve
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform