static extern IntPtr FindWindow(string lpClassName, string lpWindowName);. IntPtr nPrt = FindWindow(null, "TestB");//找TestB的IntPtr 用來代表指標或控制代碼
確定! 回上一頁