Jump to content

$BS_DEFPUSHBUTTON


FuryCell
 Share

Recommended Posts

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.
Link to comment
Share on other sites

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 by Sokko
Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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.
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...