November 21st, 2012, 04:07 AM
Yes, I know - but I still need it... Windows cannot know that it drops down on something that the user needs to see and use at that moment... And I'm trying to find a way rather then implementing my...
November 21st, 2012, 02:29 AM
Hi,
I'm using MFC, and I need to make the combo box drop down list to be draw up - above the contro, instead of below it.
Does anyone know how to make this happen?
Thanks,
yakobom
April 11th, 2012, 06:26 AM
You are right. But I have tried it, and all functions return S_OK. Any other ideas?
yakobom
April 11th, 2012, 06:06 AM
Well, I have no problem with that (altough it could simply fail). But it seems as if it's trying to access and release a memory that does not exist - m_wstr contains garbage...
yakobom
April 11th, 2012, 05:08 AM
Hi,
I'm using MSXML2::IServerXMLHTTPRequestPtr to send a request. When I have no internet connection, I get an exception.
My code:
xmlHttp.CreateInstance(MSXML2::CLSID_ServerXMLHTTP);...
December 17th, 2007, 03:31 AM
Hey - I'm trying to figure out the same thing. Did you find any solution for this?
Thanks,
Moshe
December 12th, 2007, 02:58 AM
Hi,
I'm trying to render specific HTMLElement objects, using IHTMLElementRender. However, not all objects that are part of a specific document are indeed elements - and when they are rendered, the...