Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFPCOM ExportEvents
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00209137
Message ID:
00209169
Vues:
22
>So if I create COM server what do I do to read such events from it?

VFP Servers can't expose events so if you do this to a VFP COM object
you get nothing.

Use this to have VFPCOM to create a skeleton class for you that contains
all of the events of a COM object that *does* expose events. That class
becomes your 'eventsink' with each method corresponding to an event
fired by the external COM object. You hook the VFP COM to this class
and the connect it to the COM Server that firest the events which
causes the events to get routed to the class that was created.

It's much harder to explain, than it actually works...
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform