Ya, it's mean invisible, but where to call ShowWindow(SW_HIDE)? ( both of the textbox and the button belongs to be dialog).
I have a Textbox and a button. When my program run, the textbox's visible (default). After the button's clicked, the textbox changes status...
I don't know much about .h, In the situation, Could you show content of .h file? thanks
This is my code. Help me #include<afxwin.h> #include<afxext.h> #include"resource.h"...
When i used this code in CDialog class: BOOL OnInitDialog() { CListBox wndListBox; wndListBox.Attach (GetDlgItem (IDC_LIST1)->m_hWnd);...
BOOL OnInitDialog() { CListBox wndListBox; wndListBox.Attach (GetDlgItem (IDC_LIST1)->m_hWnd); wndListBox.AddString (_T ("One"));...
Separate names with a comma.