FuryCell Posted November 20, 2005 Posted November 20, 2005 I have a program where when the program starts $ButtonRun has the $BS_DEFPUSHBUTTON style set. Is there anyway that the style can be removed during the execution of the script. Thanks in advance. -SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
Sokko Posted November 20, 2005 Posted November 20, 2005 (edited) Look up "GUICtrlSetStyle" in the help file (Function Reference > GUI Reference > GUI control update). To remove the style, just use no style at all (zero) or a style that it's already forced to have, like $BS_PUSHBUTTON. Edited November 20, 2005 by Sokko
FuryCell Posted November 20, 2005 Author Posted November 20, 2005 Look up "GUICtrlSetStyle" in the help file (Function Reference > GUI Reference > GUI control update). To remove the style, just use no style at all (zero) or a style that it's already forced to have, like $BS_PUSHBUTTON.Thanks. Will try it. HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
FuryCell Posted November 21, 2005 Author Posted November 21, 2005 Tried it but it does not seem to work for $BS_DEFPUSHBUTTON. I will just use a work around of restarting the script unless I find a way to do it without restarting. Thanks anyway though. -SolidSnake HKTunes:Softpedia | GoogleCodeLyricToy:Softpedia | GoogleCodeRCTunes:Softpedia | GoogleCodeMichtaToolsProgrammer n. - An ingenious device that turns caffeine into code.
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