LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Using COM and Events

In what way does CVI (6.0) react to COM - Events ? Does it support the technology of "ConnectionPoints" or is there any other interface, providing events for CVI ?
0 Kudos
Message 1 of 2
(2,952 Views)
CVI supports Connection Points, in a cuddlified way. When you create an ActiveX controller FP in CVI, it automatically generates 'callback registration functions' for the events in the object. These functions allow you to register application functions that will be called when the corresponding events are triggered.

HTH, HAND,
Martin.
--
Martin
Certified CVI Developer
0 Kudos
Message 2 of 2
(2,952 Views)