howto register the Event in Dll

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hello all:

I have a dll file with some functions and events.
The functions can be use by
[DllImport("Mydll.dll")] extern function_name();

But , how to use the event in dll, could you tell me ?
thanks.
jerry.
 

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