static extern IntPtr FindWindow(string lpClassName, string lpWindowName);. [DllImport("user32.dll", EntryPoint="FindWindow", ...
確定! 回上一頁