Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling a out-process from VFP...
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00436732
Message ID:
00436940
Views:
14
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform