Help creating Modeless Dialogs using ResourcesThe most obvious error in your .rc file is the include of "resources.h" if your header file is actua...
I cant create WIC decoder and load imageWell, did the call to CoCreateInstance(...) succeed? If it did not, what error value did CoCreateIns...
SendMessageCallback() - what is execution context of callback functionAside from modoran's excellent suggestion that this would be trivial to verify for yourself (you cou...
I cant create WIC decoder and load imageYou set pFactory to NULL and tried to call methods through it. Other than an access violation, I am ...
automating excel 2007[code] VARIANT varAfter; IDispatch * pdispSheet; pdispSheet = objSheets.GetItem(COleVariant((shor...