Attaching a .NET event in vb6

  • Thread starter Thread starter Joshua Ellul
  • Start date Start date
J

Joshua Ellul

Hi,

I have written a type library using .NET. I am using this library in VB6
and I need to know how to attach a procedure to an event.

Regards,

Joshua
 
I would say that vb's address of or & operator which returns an address
to a function/variable would probably be your best bet. You are still
responsible for making sure that the event's parameters match up.
 
Back
Top