摘要: 滑动鼠标滚轮可以改变图像大小 #include <windows.h> #include <tchar.h> #include <Urlmon.h> // URLDownloadToCacheFile #pragma comment (lib, "Urlmon") #include <shlwapi 阅读全文
posted @ 2020-06-10 11:01 strive-sun 阅读(710) 评论(0) 推荐(0) 编辑
摘要: #include <string> void makebox(LPCSTR name) { std::string res(name); res += " is X"; ::MessageBoxA(nullptr, res.c_str(), res.c_str(), MB_OK); } 阅读全文
posted @ 2020-06-10 09:43 strive-sun 阅读(208) 评论(0) 推荐(0) 编辑