|
-
Aug 16th, 2003, 08:05 AM
#1
Thread Starter
Lively Member
Using a .NET assembly as a COM ActiveX
Hi all!
I've a simple question, but I cannot find a working example for it:
I've my lillte .NET class, say:
Code:
class MyClass
{
public void DoSomething()
{}
}
Now, I want to use it as a COM object, say in Visual Basic 6.
I know I can do it using System.Runtime.InteropServices, but no idea about hai to use it...
Someone can help me?
Thanx!
Last edited by neodatatype; Aug 17th, 2003 at 02:18 AM.
-
Aug 17th, 2003, 01:10 PM
#2
Sleep mode
There were some links here about VS.NET for VB6 . Search this section .
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
|