I have a button that on creation is disabled using WS_DISABLED but later i need to enable it and I have no clue how to do it.
Help, please.
This is a discussion on how to enable a button within the C++ Programming forums, part of the General Programming Boards category; I have a button that on creation is disabled using WS_DISABLED but later i need to enable it and I ...
I have a button that on creation is disabled using WS_DISABLED but later i need to enable it and I have no clue how to do it.
Help, please.
EnableWindow(hWnd, TRUE);
This should be in the Windows Programming board, not this one.