How to?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hello everyone! I have one silly question. ::SendMessage(::GetDlgItem(m_hWnd, IDC_LIST), LB_ADDSTRING, 0, (LONG) achKey); This ^^^^ adding string to a listbox. How can I do same thing for Control List?:confused: ============== www.design.kg
-
Hello everyone! I have one silly question. ::SendMessage(::GetDlgItem(m_hWnd, IDC_LIST), LB_ADDSTRING, 0, (LONG) achKey); This ^^^^ adding string to a listbox. How can I do same thing for Control List?:confused: ============== www.design.kg
If you mean a ListView control, look up LVM_INSERTITEM on MSDN. Michael :-)