Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Working with sockets
Message
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01339151
Message ID:
01339946
Views:
29
Yes, it does now, thanks for details.
Can a c# program be a console application? Or it has to have a win form?

Thank you for all the help.

>Hi Mark,
>
>The receiving side must create a form with a unique caption and listen for the WM_COPYDATA message. Listening means overriding the WndProc method in .NET and using BINDEVENTS() in VFP. While the application waits for messages, it must process windows messages. This means Application.Run(form) in .NET and READ EVENTS in VFP.
>
>The sending side must search for the unique caption using FindWindow. Then it can uses this window handle to call the SendMessage() API function.
>
>Does that make more sense?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform