Problem setting control styles

Originally posted by swang
In the dialog editor the styles "WS_MINIMIZE" and "WS_MAXIMIZE" do not show properly and I cant change a CheckBox, from the AutoCheckBox style

Answer from Donkey
Set your check box to AutoCheckBox from the properties window (Auto) the default is true but you can set it to false to remove the style.

Most styles that you can change in the properties window will not necessarily react properly if you set them using the bit-wise editor or X-05's style manager, always check to make sure the property is not available before using the style manager as that is an add in and it does not alter or verify the settings in the property window.

The same applies to the WS_MAXIMIZEBOX and WS_MINIMIZEBOX styles, they must be set in the properties window, not in the style manager.