How do you Remove Buttons entirely from a window.
Lets say I create a window with a button on it
and I only need that button while some process is going.
After that I need it to dissapear, perhaps even add something
in its place (not another button)
I guess I could do it with a child window but then I got all that
code and a callback function etc etc. If I could ERASE the CONTROL
alltogether that would be much easier for me.
CONTROL ERASE hDlg, 101
------------------
Kind Regards
Mike
Lets say I create a window with a button on it
and I only need that button while some process is going.
After that I need it to dissapear, perhaps even add something
in its place (not another button)
I guess I could do it with a child window but then I got all that
code and a callback function etc etc. If I could ERASE the CONTROL
alltogether that would be much easier for me.
CONTROL ERASE hDlg, 101
------------------
Kind Regards
Mike
Comment