LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

.net assembly event handler in labwindows using the .net library

Has anyone got any information on using an event handler from a .net assembly when used through the labwindows .net library?
0 Kudos
Message 1 of 3
(3,147 Views)
Current versions of CVI do not support subscribing to .NET events.
0 Kudos
Message 2 of 3
(3,136 Views)

Hi,

As Mohan says, we don't currently support it directly, however there's a sort of implementation option if you can use the .Net assembly as your Main program, and call into your CVI code as a DLL :

http://digital.ni.com/public.nsf/websearch/346E949235C54BA086257234005607E0?OpenDocument

Not necessarily practical if you don't have access to the source code though.

Sorry

Thanks

Sacha Emery
National Instruments (UK)

// it takes almost no time to rate an answer Smiley Wink
Message 3 of 3
(3,116 Views)