//鼠标位置 POINT pos = { 0 }; //qq登录窗口的整体矩形坐标 RECT wndRect = { 0 }; while (true) { //查找qq登录窗口句柄 HWND hwndQQ = FindWindow(L"TXGuiFoundation", L"QQ"); //获取鼠标位置 GetCursorPos(&pos;); //获得qq登录窗口的整体矩形坐标 GetWindowRect(hwndQQ, &wndRect;); 一系列操作恶搞qq窗口