Click to See Complete Forum and Search --> : why a form can not be show when this form in an ActiveX DLL?


noho
February 18th, 2000, 01:30 AM
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.