I'm not declaring the ComUnitClass like
I add and remove these objects from an arrayList like this:
BUT i need ComUnitClass to raise events so where do i mention the WithEvents?
Visual Basic:
Dim WithEvents whatEver as ComUnitClass
I add and remove these objects from an arrayList like this:
Visual Basic:
ComList.Add(New ComUnitClass())
Last edited: