This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Window changes test command module | |
# This should be placed in the natlink user folder. | |
import time | |
from threading import Thread, Event | |
from ctypes import windll | |
from ctypes.wintypes import DWORD, HANDLE, HWND, LONG, WINFUNCTYPE | |
import pythoncom |
NewerOlder