Quote Originally Posted by Zvoni View Post
Huh?
I thought with SetWindowLong one can "change" the style of any "already" created Window (and a Checkbox is a Window)
You can only change some (not all) of the styles after creation of a window. And I'm almost certain that BS_AUTO3STATE is one of those that can't be changed.

However, you're certainly welcome to try and change it.