FindWindowW (None, "Untitled - Notepad") ctypes.windll.user32.ShowWindow(notepad_handle, 6) notepad_handle = ctypes.windll.user32.FindWindowW(u"Notepad" ...
確定! 回上一頁