How to make an edit box disapper at runtime (NOT gray) in MSVC 2008 using MFC ?

Posted by shan23 on Stack Overflow See other posts from Stack Overflow or by shan23
Published on 2010-05-15T11:22:56Z Indexed on 2010/05/15 11:24 UTC
Read the original article Hit count: 228

Filed under:
|
|
|

I want to make an EditBox disappear completely when the user selects a particular iption, instead of just graying it out. I tried using EnableWindow(false), but that just grays it out. I want the user to not see the control at all...can anyone help, or is this not possible in MSVC 2008 ?

© Stack Overflow or respective owner

Related posts about mfc

Related posts about visual-studio-2008