WriteLine("Finding main window handle"); int delay = 100; int maxTries = 25; ... Use the FindWindowEx()Win32 API function with the .NET P/Invoke mechanism.
確定! 回上一頁