COM InterOp with Delegate(Event) support?
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
well, I have a .net assembly(FooAssembly) with a class(FooClass). there is a delegate(event) inside FooClass and related eventArgs class. I need to use this assembly in VB6, so I first create an interface for the FooClass, but for the delegate, I have no idea how to realize it. anybody has any idea:doh: Regards, unruledboy@hotmail.com