Hi all!
I've a simple question, but I cannot find a working example for it:
I've my lillte .NET class, say:
Now, I want to use it as a COM object, say in Visual Basic 6.Code:class MyClass
{
public void DoSomething()
{}
}
I know I can do it using System.Runtime.InteropServices, but no idea about hai to use it...
Someone can help me?
Thanx!
