User profile: cburn11

User info
User name:cburn11
Email:cburn11@hotmail.com
Statistical data
Occupation:Legal
Skills:C
C++
C++/ATL
Assembly
History
Joined:
Number of posts:16
Latest posts:

Help creating Modeless Dialogs using Resources
The 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 image
Well, did the call to CoCreateInstance(...) succeed? If it did not, what error value did CoCreateIns...

SendMessageCallback() - what is execution context of callback function
Aside from modoran's excellent suggestion that this would be trivial to verify for yourself (you cou...

I cant create WIC decoder and load image
You 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...