Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a simple DLL
Message
 
À
17/10/2001 01:37:35
Ashish Patel
Hindustan Petroleum
Mumbai, Inde
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00568925
Message ID:
00570077
Vues:
16
Hi,

In VFP , you can create DLL/EXE (OLE/COM SERVER) using with OLEPUBLIC keyword.
Once DLL/EXE (OLE/COM SERVER) is created you can use it in VB and others.

In VB :

DIM oSample As Object

Set oSample = CreateObject("Sample.Sample")

&& I am assuming your DLL/EXE (OLE/COM server) server name is Sample & class name is also Sample within DLL/EXE.


Regard
Ajay Mishra
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform