I'm trying to do basically what Rainmeter does, but in Python. Does anyone know how to force my window to be below everything else? (And possibly how to let clicks go through to desktop icons?)
I figure this probably needs some ctypes calls into Windows libraries. Someone pointed me at SetWindowPos (winuser.h), but I'm not sure how to hook that.
With pywin32: