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
 
Yes, you could do it using *callbacks* and *platform invoke*. You should
hit the solution if you search for those keywords
HTH
 

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

Back
Top