2012年2月7日

j截图Code

摘要: void CjietuDlg::copyScreen(CHAR * filename){ HDC hScrDC, hMemDC; int width, height; //the pointer will save all pixel point's color value BYTE *lpBitmapBits = NULL; //creates a device context for the screen device hScrDC = CreateDC(TEXT("DISPLAY"), NULL, NULL, NULL); //get the screen p 阅读全文

posted @ 2012-02-07 09:24 wqj1212 阅读(474) 评论(0) 推荐(0)

导航