Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Calling VFP DLL

Status
Not open for further replies.

coolphilboy

Technical User
Aug 19, 2001
19
0
0
PH
Could someone pls. help me on how to call com dll files made in vfp thru VB App.? I've referenced the .tlb file created by vfp, but message in VB says "can't create object". Here is my code:

Dim objGetID as olegetid.getrefid

Set objGetID = CreateObject("olegetid")

--- anything wrong with the code? pls. help...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top