Re: how to enable a control at run time
- From: "Z.K." <nospam@xxxxxxxxxx>
- Date: Thu, 17 Nov 2005 12:02:11 -0800
Oh okay, I did not see that one. I was looking for just enable or visible. Thanks.
Z.K.
Ajay Kalra wrote:
Use EnableWindow:
ASSERT_VALID(pMyControl); pMyControl->EnableWindow();
More here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vclib/html/_mfc_cwnd.3a3a.enablewindow.asp
--------- Ajay Kalra ajaykalra@xxxxxxxxx
.
- References:
- how to enable a control at run time
- From: Z.K.
- Re: how to enable a control at run time
- From: Ajay Kalra
- how to enable a control at run time
- Prev by Date: Re: Visual C++ 2005 express edition and MFC ?
- Next by Date: Re: Visual C++ 2005 express edition and MFC ?
- Previous by thread: Re: how to enable a control at run time
- Next by thread: Re: how to enable a control at run time
- Index(es):