How to compile OCX version? Is there a special instruction?
I'm receiving the error while compilation: "Object doesn't support this property or method" pointing to:
at "Writing OCX" stage.Code:Public Function GetDispID(ByVal This As Object, ByRef MethodName As String) As Long Dim IDispatch As OLEGuids.IDispatch, IID_NULL As OLEGuids.OLECLSID Set IDispatch = This IDispatch.GetIDsOfNames IID_NULL, StrPtr(MethodName), 1, 0, GetDispID End Function
Hmm, well, same issue with Std-exe.




Reply With Quote