Jump to content
Xtreme .Net Talk

Recommended Posts

Guest Deleted member 22320
Posted
Hmm.. I'm not sure but i dont think it work in that direction
  • Administrators
Posted

Just created a VB class library project, Deleted the class1.vb file and added a new item and selected 'COM Class' from the list of options, added a single function that returned a string and built the dll.

 

Created a new VB6 project tried to add the .TLB file as a reference and it worked just fine.

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Posted (edited)

Thanks for your reply. I finally got it to work halfway. I can get a reference to it but I can't get access to anything. Ex: I have a public function name opendrive

 

If my class object is named newMod

 

 

If I try newMod.opendrive

 

It doesn't show anything when I type newMod.

 

It doesn't show my functions.

 

I am still trying to figure that out.

 

Jason

Edited by Camaro Z28

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...