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...
BOOL OnInitDialog() { CListBox wndListBox; wndListBox.Attach (GetDlgItem (IDC_LIST1)->m_hWnd); wndListBox.AddString (_T ("One"));...
Separate names with a comma.