Skip to content

Instantly share code, notes, and snippets.

@nimdahk
nimdahk / AnimateWindow.ahk
Created September 8, 2011 17:24
AnimateWindow wrapper and demonstration
Gui, Add, Text,, hi`nBye`nhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh`n`n`n
Gui, +LastFound
Gui Show, hide
H := WinExist()
AnimateWindow(H, "Center BT Activate")
; Gui Show
return
GuiClose:
AnimateWindow(H, "Hide Slide TB", 100)