How can I set the Command Button's state to clicked/unclicked?
I know I can use the API message WM_LBUTTONDOWN to force the button to "DOWN". That works but if the focus goes to a newly opened form, the button's state has been initialised to "up"...
I wonder why...