Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Working with sockets
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01339151
Message ID:
01339946
Vues:
28
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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform