Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RegisterHotKey example
Message
From
13/06/2005 18:28:00
 
 
To
13/06/2005 09:50:05
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexico
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01021780
Message ID:
01022946
Views:
12
Hello,

yes .. have a look at the example project ..

there are many different ways to communicate over process boundaries ..

self coded over windows messages:
pro's: -can work aynchronous
con's: -parameter passing is tedious, since everthing have to handled over SendMessage/PostMessage API function ..

register "_VFP.Application" object in global COM table so it can be accessed from other App's with GETOBJECT() ..
pro's: -flexible
con's: -your limited to _VFP methods, works only synchronous

register your own COM Exe Server in global COM table
pro's: -most flexible since you can create your own interfaces
con's: only synchronous

there are other method's .. using named pipes or TCP/IP and probably others ..
which one to choose depends on what exactly you want to achieve

Regards
Christian
Previous
Reply
Map
View

Click here to load this message in the networking platform