摘要:
封装了如下函数,很好用 GetBits GetColorTable GetMaxColorTableEntries GetPitch GetPixelAddress IsIndexed SetColorTable 阅读全文
posted @ 2009-08-21 23:31
Fan Zhang
阅读(285)
评论(0)
推荐(0)
摘要:
#define STRICT#define WIN32_LEAN_AND_MEAN#define _WTL_USE_CSTRING #include <atlbase.h> // base ATL classes#include <atlapp.h> // base WTL classesextern CAppModule _Module; // WTL version o... 阅读全文
posted @ 2009-08-21 18:28
Fan Zhang
阅读(516)
评论(0)
推荐(0)
摘要:
OLE文档对象来源自OLE2.0标准,并演化而来。 OLE1.0时候,嵌入的文档如果显示,必须谈出一个新窗口,然后内嵌文档显示在新窗口中。 OLE2.0时候,嵌入的文档可以显示在Container中,但是内嵌文档和Container的交互性很差。Container可以控制内嵌文档,但内嵌文档不能控制Container。 OLE Document Objects解决了上述问题,是用户感觉不到内... 阅读全文
posted @ 2009-08-21 15:11
Fan Zhang
阅读(320)
评论(0)
推荐(0)