Hey m8,
thanks for the code!
I changed it a little so it wont show a picture but just a little window with text in it:
[code:1];*** Chat Functions ***
; in order to show the suspended dialog this explicitly sets the suspend state
~]::
Suspend, Permit
if (A_IsSuspended = 1) {
Suspend, off
SplashTextOn, 75, , Unsuspended
Sleep, 1000
SplasHtextoff
;Gui, Show, Hide
} else {
Suspend, on
SplashTextOn, 70, , Suspended
Sleep, 1000
SplasHtextoff
;Gui, Show, W100 H100 X600 Y10
WinActivate, ahk_id %idMain%
}
return[/code:1]
Connect With Us