How to Enable at runtime
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
In the "certain" button's handler, enable the disabled button by calling
EnableWindow()
. For example:void CMyDialog::OnCertainButton()
{
m_disabledButton.EnableWindow (TRUE);
}/ravi My new year's resolution: 2048 x 1536 Home | Articles | Freeware | Music ravib@ravib.com