07-31-2009 05:46 AM
Hi All,
I am trying to know how to fire the value change event for the (externally available) button inserting into activex control. From the available properties of that button I could not find anything relevant to a value property of lv boolean buttons. But I have used this ocx button in VB application earlier.
Thanks.
07-31-2009 05:51 AM
Hi there
Do you want to FIRE the event from LV or do you want to CATCH the event inside LV?
To CATCH an event from an ActiveX control use the "Register event callback" function from the Connectivity\ActiveX palette.
08-01-2009 12:36 AM
Yes I want to fire the event from LV.
Thanks.