Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Calling functions in Visual Basic 6 DLL from VFP 8
Message
From
03/10/2003 17:53:15
 
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00834952
Message ID:
00835024
Views:
25
>>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform