Set another program to always be on top?
问题 I'm looking for a way to make another windows applications window to stay 'on top'. Example: You have your program/script that is writing some data into an notepad window for the user to read. That notepad window stays on top of everything else while the user can "browse" around in the background without the notepad window highlighted and will still be able to read from it. So tkinters wm_attributes("-topmost", 1) wont work since it only affects a window I've created "from scratch". But it