B Brian Henry Jun 9, 2005 #1 Is there a quick way to tell if an instanciated object implements a specific interface? thanks!
H Herfried K. Wagner [MVP] Jun 9, 2005 #2 Brian, Brian Henry said: Is there a quick way to tell if an instanciated object implements a specific interface? Click to expand... \\\ If TypeOf x Is IFoo Then ... End If ///
Brian, Brian Henry said: Is there a quick way to tell if an instanciated object implements a specific interface? Click to expand... \\\ If TypeOf x Is IFoo Then ... End If ///