摘要: 有些窗口标题中含有中文,可能识别不出来,可以改一下 SetWindowTextW GetWindowTextW 设置: SetWindowTextW( (HWND)0x00370868/*窗口句柄*/, L"newTitle123231"/*新标题*/ ); 获取: int GetWindowTex 阅读全文
posted @ 2020-07-13 18:59 Ajanuw 阅读(3083) 评论(0) 推荐(0) 编辑