Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ActiveX DLLs
Message
 
 
À
28/07/2003 22:22:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Divers
Thread ID:
00814405
Message ID:
00814407
Vues:
10
Erin,

ActiveX/COM object can be in the form of DLL and you access them the same way. You either drop it on the form or instantiate using CREATEOBJECT() function and than access it properties and methods.

>I am trying to access functions in a third party ActiveX DLL, an Import Wizard from Beside.com using VFP 6.0
>
>I am using the following syntax:
>
>DECLARE NewModel IN IW7DLL.DLL
>NewModel()
>
>I get the error: "Cannot Find Entry Point NewModel in the DLL"
>
>The developer of the DLL supplied a Visual Basic example of how to access the DLL but it looks like the FoxPro equivalent to accessing an ActiveX Control (.ocx) file by creating an object, then calling the object's methods.
>
>Is there a trick to accessing ActiveX DLL functions verses regular DLL functions? Any help would be appreciated!!!
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform