For example.
There is a class "clsTest" with a method Create in the ActiveX DLL.
public sub Create()
load frmtest
frmtest.show
end sub
these code will always return -2146827882 as HRESULT.
why?
thanks for any suggestion.
Printable View
For example.
There is a class "clsTest" with a method Create in the ActiveX DLL.
public sub Create()
load frmtest
frmtest.show
end sub
these code will always return -2146827882 as HRESULT.
why?
thanks for any suggestion.