How to make the mfc button as press & lock
-
I would like to know how to make a button which can toggle its button status. When you press it, it will down and remain unchange until you press it again. Please help! Alex
Isn't there a property in the designer to turn this on ? Christian Graus - Microsoft MVP - C++
-
Isn't there a property in the designer to turn this on ? Christian Graus - Microsoft MVP - C++
-
I'm wrong, it's radio buttons that have a push style. Maybe there's an article on the site about a push button like that ? Christian Graus - Microsoft MVP - C++
-
I'm wrong, it's radio buttons that have a push style. Maybe there's an article on the site about a push button like that ? Christian Graus - Microsoft MVP - C++
-
I would like to know how to make a button which can toggle its button status. When you press it, it will down and remain unchange until you press it again. Please help! Alex
-
I would like to know how to make a button which can toggle its button status. When you press it, it will down and remain unchange until you press it again. Please help! Alex
Hi there is a class where you can change the apperance of any button (normal button, radiobutton, checkbox). This way you can use a check box with the look of a normal button. http://www.codeproject.com/buttonctrl/cbuttonst.asp[^] Hope that this helps codito ergo sum
-
why you dont use the radiobutton with push-like style? i think that would be the easiest way. P.
-
I think that using the radiobutton with push-like style is the easiest way, but how can I use it as I mentioned. Please help!
-
Hi there is a class where you can change the apperance of any button (normal button, radiobutton, checkbox). This way you can use a check box with the look of a normal button. http://www.codeproject.com/buttonctrl/cbuttonst.asp[^] Hope that this helps codito ergo sum