Skip to content

Instantly share code, notes, and snippets.

@kissgyorgy
Created January 15, 2013 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kissgyorgy/4536028 to your computer and use it in GitHub Desktop.
Save kissgyorgy/4536028 to your computer and use it in GitHub Desktop.
AutoIt: Always on top window
Func SetAlwaysOnTop($hWnd)
_WinAPI_SetWindowPos($hWnd, $HWND_TOP+$HWND_TOPMOST, 0, 0, 0, 0, BitOr($SWP_NOMOVE, $SWP_NOSIZE))
EndFunc
@pandevim
Copy link

pandevim commented Apr 6, 2018

@kissgyorgy
How to use this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment