entrapay234 Posted October 26, 2012 Posted October 26, 2012 (edited) . Edited November 27, 2013 by Abraluna
stormbreaker Posted October 26, 2012 Posted October 26, 2012 (edited) WinSetTrans().Correct ur code to Func Transparency() as well. Edited October 26, 2012 by MKISH ---------------------------------------- :bye: Hey there, was I helpful? ---------------------------------------- My Current OS: Win8 PRO (64-bit); Current AutoIt Version: v3.3.8.1
Rogue5099 Posted October 26, 2012 Posted October 26, 2012 (edited) Try something like this: HotKeySet("a", "Transparency") $Window = "chrome.exe" While 1 Sleep(10) WEnd Func Transparency() Local $state = WinGetState($Window, "") If BitAND($state, 2) Then WinSetState($Window, "", @SW_HIDE) Else WinSetState($Window, "", @SW_SHOW) EndIf EndFunc Edited October 26, 2012 by Rogue5099 My projects: Inventory / Mp3 Inventory, Computer Stats
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now