Created
November 26, 2011 07:54
-
-
Save tinku99/1395261 to your computer and use it in GitHub Desktop.
ahk stdlib
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; 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) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
make clear description to your code ,