Skip to content

Instantly share code, notes, and snippets.

@tinku99
Created November 26, 2011 07:54
Show Gist options
  • Select an option

  • Save tinku99/1395261 to your computer and use it in GitHub Desktop.

Select an option

Save tinku99/1395261 to your computer and use it in GitHub Desktop.
ahk stdlib
; http://www.autohotkey.com/forum/viewtopic.php?p=54403#54403
AlwaysAtBottom(Child_ID)
{
WinGet, Desktop_ID, ID, ahk_class Progman
Return DllCall("SetParent", "uint", Child_ID, "uint", Desktop_ID)
}
@AdminSam
Copy link

make clear description to your code ,

  1. What this code do ?
  2. Its importance for whom ? ... etc

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