public static extern IntPtr FindWindow(string lpClassName, string lpWindowName);. 功能:用于查找顶层窗口句柄,不搜索子窗口。 第一个参数lpClassName是要查找的 ...
確定! 回上一頁