Hey there, I've made a basic WinApi script to draw rectangles and text on the screen for use as a debug tool, the problem I have is that screen refreshes from other windows will overwrite the lines/text almost instantaneously. Is there any way to make the lines stay "on top" until manually cleared? A portion of the script I'm using to draw the lines is (PS: moderators, I do not like the updated post editor): #Include <WinAPI.au3> #Include <WindowsConstants.au3> _Dra