Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dot net class libraries and VFP ?
Message
De
02/08/2004 05:38:16
 
 
À
02/08/2004 05:26:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00917812
Message ID:
00930054
Vues:
42
Eyvind,

You can use the Platform API to communicate the "traditional" way using SendMessage or PostMessage for which there are lots of examples on MSDN. You will have to override the forms WndProc and filter the incoming messages - not as easy as a COM wrapper but it works well.
protected override void WndProc(ref Message m)
{
   base.WndProc(ref m);
}
Regards
Neil
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform