A
Asaf
Hi,
I have an OCX DLL that I am referencing to it in my Windows Service
application.
As I am using this OCX as an array of objects and generating event for it I
would like to know what is the Index of the object from the array that called
the event.
Unfortunately when creating the event from the object it does not generating
the (object sender…) so I can’t loop for the sender and equal it to array to
check his index.
Is there a way to add the sender object to the event?
Thanks in advanced for any help,
Asaf
I have an OCX DLL that I am referencing to it in my Windows Service
application.
As I am using this OCX as an array of objects and generating event for it I
would like to know what is the Index of the object from the array that called
the event.
Unfortunately when creating the event from the object it does not generating
the (object sender…) so I can’t loop for the sender and equal it to array to
check his index.
Is there a way to add the sender object to the event?
Thanks in advanced for any help,
Asaf