2017年10月12日
摘要:
http://blog.csdn.net/ljd4305/article/details/20777715 http://blog.csdn.net/u014422052/article/details/47726777
阅读全文
posted @ 2017-10-12 23:20
apple0809
阅读(114)
推荐(0)
2010年11月1日
摘要:
http://wenku.baidu.com/view/1897cd75a417866fb84a8ebe.html
阅读全文
posted @ 2010-11-01 23:34
apple0809
阅读(103)
推荐(0)
2010年8月23日
posted @ 2010-08-23 17:20
apple0809
阅读(107)
推荐(0)
2010年6月5日
posted @ 2010-06-05 16:50
apple0809
阅读(85)
推荐(0)
2010年4月10日
posted @ 2010-04-10 22:48
apple0809
阅读(126)
推荐(0)
2009年12月7日
摘要:
16bitsvoid *bitBuf;if(bmpDc==NULL){bmpDc=CreateCompatibleDC(hdc);}if(hBmp!=NULL){DeleteObject(hBmp);hBmp=NULL;}bmpWid=(pngDecoder.wid+3)&(~3);bmpHei=pngDecoder.hei;// bmiHeader.biSize=sizeof(bmiHe...
阅读全文
posted @ 2009-12-07 19:51
apple0809
阅读(200)
推荐(0)
2009年12月2日
摘要:
比较:赋值VARIANT vaTemp:vaTemp.vt = VT_BSTR;vaTemp.bstrval = ::SysAllocString("Hello!");int Value = wcscmp(vaTemp.bstrval , OLESTR("Hello!"));如果value的值参照:Value Relationship of string1 to string2 < 0str...
阅读全文
posted @ 2009-12-02 21:45
apple0809
阅读(134)
推荐(0)
2009年11月24日
摘要:
LPCTSTR lpszDllPath = _T("Residentflash\\xxx.dll");HMODULE hDLL = LoadLibrary(lpszDllPath); if (NULL == hDLL) { MessageBox(_T("Fail"), _T("Error"), MB_OK); } else { FARPROC pfn = GetProcAddress(hDLL...
阅读全文
posted @ 2009-11-24 18:04
apple0809
阅读(328)
推荐(0)
2009年11月23日
摘要:
C:\WINCE500\PUBLIC\COMMON\OAK\DRIVERS\SKINNABLEUI\GWE\CURSOR\8BIT
阅读全文
posted @ 2009-11-23 15:37
apple0809
阅读(144)
推荐(0)
2009年11月16日
摘要:
1.HDC m_hdc= this->GetDC()->GetSafeHdc(); //this 是当前CDialog的指针,在Initial里面可以用.2.CPaintDC dc(this);dc.GetSafeHdc();//在paint里面可以用这个,dc.GetSafeHdc()既为hdc.
阅读全文
posted @ 2009-11-16 17:43
apple0809
阅读(210)
推荐(0)