Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling functions in Visual Basic 6 DLL from VFP 8
Message
De
03/10/2003 17:53:15
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00834952
Message ID:
00835024
Vues:
26
>>Can somebody please point me in the right direction to the way to call/use functions in a VB6 DLL file from my VFP program?
>>
>>Even a pointer to a FAQ or some relevant documentation would be appreciated.
>>
>>Thanks!
>>
>
>Andrew,
>VB DLLs are COM DLLs. All you really need to do is instantiate the object and call its methods. Ex.
>lox = createobject('myvbproject.class')
>lox.SomeMethod()
>
>HTH.

Thanks, Larry.
On a CLEAR day you can see forever.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform