I had create button called IDC_PLAY on the design view in a dialog box call IDD_CONTROL. How can i disable it.

I had heard about EnableWindow(); but i don't know how to associate HWND for that button because i don't create the button on run-time. It's already in the dialog box.
Have anyone got some clue....