Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling a out-process from VFP...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00436732
Message ID:
00436940
Vues:
17
>In VFP we can use the RUN /N command to call an application the will run during the execution of the calling application.
>
>Ex:
>DO WHILE lNotDone
>   RUN MyApp1 /n
>   RUN MyApp2 /n
>   If Alldone()
>      LNotDone = .f.
>   Endif
>Enddo
>
>Can we do the same with COM Object?. I want the execution of the called COM to be done in a different process like the Run command does.

An out-of-proc COM server will run in a different process.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform