Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rtf ole control - positioning
Message
De
10/02/2006 12:16:33
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Divers
Thread ID:
01095180
Message ID:
01095484
Vues:
11
>Hi Herman
>
>That is cool. It gets the line to the top.
>
>I have long been thinking of using SendMessage to correspond between other foxpro programs (possibly on different computers) but I am not sure what I can pass in the WPARAM & LPARAM parameters and exactly how I pick them up in the receiving program.
>
>Do you know?
>
>regards
>Geoff Scott
>


Hi Geoff,

I never tried to use SendMessage to a remote computer. AFAIK, SendMessage doesn't have a capability for remoting. Maybe you can provide your own remote mechanism for in between send but I never tried this so I have no idea <g>. I think it's better for you to use an IPC (InterProcess Communication) mechanism for this, such as MailSlot, Name Pipes or you can also use WinSocket.

For between Apps you can send WM_COPYDATA message. I think there was a thread that shows the use of this message. I can't do the search for you, but you can search yourself since you are a PUTM :-)

Let me know if you can't find it or need more help on WM_COPYDATA

Regards
Herman
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform