Using GUICtrlSetBkColor() to change the color of a button when pressed. When it presses another button, I want this one to go back to what the default color was.Help file doesn't specify a way to 'reset' it back to its default, and color-picking won't work as the default color scheme doesn't use a solid color on the buttons (there's a fade effect).I didn't see any other functions that could get the bkcolor property of a button either or else I'd store it prior to the initial change.Me thinks the