I have been supplied a .dll that was created using .net. This dll has a "public event MessageHandler NewMessage" for which I would like to register a callback. I can't seem to find a way to do this in LV 7.1. What am I missing?
Yes, we put full support for .NET events into LV 8. Due to the difference in threading models, you don't use the event structure, however. Instead it is similar to ActiveX, where you register a VI as a callback handler for the event.