Catching Events

  • Thread starter Thread starter Mike
  • Start date Start date
M

Mike

Hi,

Can I raise an event in a C++ DLL (v6) and catch it in a VB/C# application?

Thanks
Mike
 
Reference it.. Instantiate it... AddHandler it...



Hi,

Can I raise an event in a C++ DLL (v6) and catch it in a VB/C# application?

Thanks
Mike
 
you can catch events also by using a fishing net, although the holes can not be
too big, because the events will goes through.



Hi,

Can I raise an event in a C++ DLL (v6) and catch it in a VB/C# application?

Thanks
Mike
 
Very funny...


you can catch events also by using a fishing net, although the holes can not be
too big, because the events will goes through.



Hi,

Can I raise an event in a C++ DLL (v6) and catch it in a VB/C# application?

Thanks
Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top