ZWSOFT User Community > ZWSOFT Forums - Find. Share. Connect. > ZWCAD > GetInterfaceObject method doesn't work
GetInterfaceObject method doesn't work
GetInterfaceObject method doesn't work
27-03-2009 08:57 . am | View his/her posts only
Hello,
I tried to use GetInterfaceObject method to run routines wrote on VB 6.0 (ActiveX DLL) an that method doesn't work:
Dim ThirdClass
Set ThirdClass = ThisDocument.Application.GetInterfaceObject("ThirdDll.ThirdClassName")
Call ThirdClass.ThirdRoutine
End Sub
Is it bug or my error (pls. show correct ver)
I tried to use GetInterfaceObject method to run routines wrote on VB 6.0 (ActiveX DLL) an that method doesn't work:
Dim ThirdClass
Set ThirdClass = ThisDocument.Application.GetInterfaceObject("ThirdDll.ThirdClassName")
Call ThirdClass.ThirdRoutine
End Sub
Is it bug or my error (pls. show correct ver)



