Could anyone tell me a way to send a message to a push button, and disable/enable it?
I tried with BM_SETSTATE, but I've found that not the "state" is what I was looking for...
SendDlgItemMessage(hwnd, IDC_PLAY, BM_SETSTATE, (WPARAM)FALSE, 0); // useless
Any reply is welcome.
Thank you very much!
(sorry if this ...