摘要: void WINAPI CaptureScreenIntoFile() { BITMAPFILEHEADER bfHeader; BITMAPINFOHEADER biHeader; HGDIOBJ hTempBitmap; HBITMAP hBitmap; BITMAP bAllDesktops; 阅读全文
posted @ 2020-03-26 17:44 strive-sun 阅读(210) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <stdio.h> using namespace std; char* Capital_to_Small(char* str) { char* temp = str; int len = strlen(temp); for (int i = 阅读全文
posted @ 2020-03-26 14:36 strive-sun 阅读(1917) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <string> #include <sstream> #include <fstream> #include <Windows.h> using namespace std; int main() { char str[MAX_PATH]; 阅读全文
posted @ 2020-03-26 13:55 strive-sun 阅读(125) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <string> #include <sstream> #include <fstream> #include <Windows.h> using namespace std; int main() { HKEY key; if (RegOp 阅读全文
posted @ 2020-03-26 10:09 strive-sun 阅读(658) 评论(0) 推荐(0) 编辑