Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RegisterHotKey example
Message
De
13/06/2005 18:28:00
 
 
À
13/06/2005 09:50:05
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexique
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01021780
Message ID:
01022946
Vues:
13
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform