Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to call a Visual Basic DLL?
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00409701
Message ID:
00409770
Views:
26
>Hi, forgive me if this topic has been discussed before (I did do several searches through the archives :-))).
>If I have a Visual Basic form which accesses SQL data built as a DLL, is it possible to utilise this DLL without re-writing it in VFP? If so, how do I call the DLL returning a string to the VFP application?
>

If the VB project is compiled into an ActiveX dll, then you can just create it with

oVBObject = CREATEOBJECT("MyVBProject.MyCLassName")

and proceed to access the PEMs of the object.
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform