Grace
May 31st, 1999, 02:07 PM
How do you disable a push button in MFC???
thx,
grace
write2warriors@hotmail.com
thx,
grace
write2warriors@hotmail.com
|
Click to See Complete Forum and Search --> : disable a push button Grace May 31st, 1999, 02:07 PM How do you disable a push button in MFC??? thx, grace write2warriors@hotmail.com Safai Ma May 31st, 1999, 02:44 PM m_PushButton.EnableWindow(FALSE); -Safai Saeed R May 31st, 1999, 04:56 PM [ccode] //disable it GetDlgItem(IDC_MYBUTTON)->EnableWindow(FALSE); //hide it GetDlgItem(IDC_LIST)->ShowWindow(FALSE); [//ccode] codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |