L
Lou
I have a COM obejct I have added a sa reference to my project.
How do I utilize the events of this COM object.
I am a VB programmer and to do this in VB is
Dim WithEvents myOb as myCOMObject
How is this done in C#?
-Lou
How do I utilize the events of this COM object.
I am a VB programmer and to do this in VB is
Dim WithEvents myOb as myCOMObject
How is this done in C#?
-Lou