Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COPYDATASTRUCT...
Message
From
25/11/1998 22:51:00
 
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00161294
Message ID:
00161694
Views:
28
Hey Christof,

>Sure it does. All you need is a little public domain class that has been developed by Mark Wilden and myself and is currently in beta. You can get a copy if you want. The code would look like this:
>
>ox = Create("COPYDATASTRUCT")
>ox.lpData = "Some data!"
>ox.cbData = Len(ox.lpData)
>SendMessage(hwnd1,WM_COPYDATA,hwnd2,ox.GetPointer())
>
>Define Class COPYDATASTRUCT as Struct
>   dwData = 0
>   cbData = 0
>   lpData = ""
>   cmembers = "l:dwData,l:cbData,pz:lpData"
>Enddefine
>Christof

Thanks. Another development in this scenario on the other side has the Delphi guys thinking they just want me to issue a SendMessage with a simple string. If things go back the other way, I might come looking for that class.

Cheers,
Phil
Phil
_____________________________
Phil Miles
http://www.philmiles.com
phil@philmiles.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform