Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rtf ole control - positioning
Message
From
10/02/2006 12:16:33
 
 
To
09/02/2006 19:34:59
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
01095180
Message ID:
01095484
Views:
12
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform