摘要: 概述 通过FindWindow可以找到对应的窗口句柄,然后通过ShowWindow可以最小化最大化窗口 样例 查找一个记事本应用,如果找到则循环对其执行最大化、最小化操作 #include <iostream> #include <chrono> #include <thread> #include 阅读全文
posted @ 2020-12-21 15:13 mooooonlight 阅读(985) 评论(0) 推荐(0)