Justforfun Posted January 3, 2011 Posted January 3, 2011 Ok just can't get it mabye it will work mabye not, please help. I Have a button to set window transparency but I would like to have a second button to reset the transparency back to normal is this possible. Case $oBUTTON_7 GUICtrlSetData($oBUTTON_7mid, "ON"); WinSetTrans($oWINDOW, "", 180) WinActivate("TwelveSky2") Case $oBUTTON_7off GUICtrlSetData($oBUTTON_7mid, "OFF") WinSetTrans($oWINDOW, "", 255) WinActivate("TwelveSky2") This is what I am using and nothing is haapens when I press $0Button_7off any ideas. Thanks in advance
Justforfun Posted January 3, 2011 Author Posted January 3, 2011 (edited) Never Mind spoke to soon I got it working my mistake sorry to waste your time. Secondly its not a bot it just diplays my current money amount without opening the inventory window, but thanks anyway. Edited January 3, 2011 by Justforfun
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