msousa
11-08-2004, 06:46 PM
Hello,
I am developing an activex component for IE and i am getting an output debug warning message when
pThis->GetAmbientProperty(DISPID_AMBIENT_AUTOCLIP, VT_BOOL, &bValue) ? bValue : 0;
is executed in
STDMETHODIMP COleControl::XOleObject::SetClientSite(LPOLECLIENTSITE pClientSite) method during the creation of the COleControl.
The output message is:
Warning: constructing COleException, scode = E_FAIL ($80004005).
First-chance exception at 0x77e4d756 in dllhost.exe: Microsoft C++ exception: COleException @ 0x010cf4e0.
The application works OK, but i want to know how to alter/create the autoclip ambient property in order to get ride of this anoying warning message.
I have been searching all over the web how to alter this property, but i couldn't find anything usefull.
Need expertise help.
Thanks
I am developing an activex component for IE and i am getting an output debug warning message when
pThis->GetAmbientProperty(DISPID_AMBIENT_AUTOCLIP, VT_BOOL, &bValue) ? bValue : 0;
is executed in
STDMETHODIMP COleControl::XOleObject::SetClientSite(LPOLECLIENTSITE pClientSite) method during the creation of the COleControl.
The output message is:
Warning: constructing COleException, scode = E_FAIL ($80004005).
First-chance exception at 0x77e4d756 in dllhost.exe: Microsoft C++ exception: COleException @ 0x010cf4e0.
The application works OK, but i want to know how to alter/create the autoclip ambient property in order to get ride of this anoying warning message.
I have been searching all over the web how to alter this property, but i couldn't find anything usefull.
Need expertise help.
Thanks