How can I leave a CButton in pressed state ?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hello, i want to leave the CButton ( Pushbutton ) in pressed state until i press him again. How can i solve this problem ? Thanks ! Marco
Use a check box control instead. And make sure the "Push-Like" property is checked.
How low can you go ?
(MS rant) -
Use a check box control instead. And make sure the "Push-Like" property is checked.
How low can you go ?
(MS rant)