I still can't get it to work. I did this (even outside the WM_COMMAND case and any other switch and with no control-specific information, which I don't believe is required),

switch (HIWORD(wParam) {
case BM_CLICK:
{
//my code
}
}

, and it still didn't do anything when I pressed the button! I have no clue what to do in this matter! I really truly would like some sample code posted. Thanks.