Skip to content

Instantly share code, notes, and snippets.

@drmfinlay
drmfinlay / _window_changes_test.py
Last active July 8, 2019 15:55
Window changes test command module
# 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