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
浙公网安备 33010602011771号