文件名称:恶搞qq窗口
文件大小:8KB
文件格式:ZIP
更新时间:2022-01-18 14:45:02
C++ 黑技术
//鼠标位置 POINT pos = { 0 }; //qq登录窗口的整体矩形坐标 RECT wndRect = { 0 }; while (true) { //查找qq登录窗口句柄 HWND hwndQQ = FindWindow(L"TXGuiFoundation", L"QQ"); //获取鼠标位置 GetCursorPos(&pos;); //获得qq登录窗口的整体矩形坐标 GetWindowRect(hwndQQ, &wndRect;); 一系列操作恶搞qq窗口
【文件预览】:
调戏窗口
----X轴和Y轴.png(12KB)
----代码.txt(3KB)