abab
April 18th, 2007, 03:05 AM
I have 36 buttons (they have only ID ) and I want when they are hide and when somebody click "new game" from menu they Show - I can't use this:
ShowWindow((HWND)lParam, SW_SHOW);
because in this I must use names of buttons and I have only ID - what should I do ?
ShowWindow((HWND)lParam, SW_SHOW);
because in this I must use names of buttons and I have only ID - what should I do ?