|
-
Feb 15th, 2007, 01:03 AM
#1
Thread Starter
Lively Member
CSharp DLL in vb6
I created on COM dll in CSharp.NET 2003 I have created TLB file for my DLL so that I can use that DLL in VB6. The DLL successfully imported in my VB6 project I have created object for my DLL but I can’t access any property of that DLL in vb6 like after pressing dot I can’t access any function or property of my DLL
is there any special way to use .NET DLL or what?
My code
Dim objFactClass As MyDLL.Processor
objFactClass = New MyDLL.Processor
objFactClass. <<----- Can’t access anything
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|