Hello Sir,
i am using a list control in Dialog Window in Visual C++. i want to show/hide the list control with a checkbox in the same dialog window.
i am not getting the visible at click event of check box. visible property is availble in control properties but the same is not available at particular event.
Thanks and Regards
Munish Gupta

Problem
werash
Please use the newsgroups for MFC questions: http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.vc.mfc&lang=en&cr=US
This forum is for C++ language issues only.
Also, please use descriptive subject lines.
Thanks,
Brian
foomunchoo
In order to show and hide a control, try ShowWindow function:
In MFC:
I hope this helps.