Thread
:
How to visible or available a Textbox in MFC ?
View Single Post
shabbir
Go4Expert Founder
22Nov2006,10:32
If you have the DDX control of the text box then use that variable with . and ShowWindow function will be in the list.
If not you can use the GetDlgItem function to get the hwnd and then CWnd from the hWnd and then call the ShowWindow for it