Archive for the ‘C++和MFC’ Category

五月 14th, 2007

CListCtr 操作技巧

No Comments, C++和MFC, by shu, 22 次阅读.

1,取得当前项[code]POSITION pos = m_listctl.GetFirstSelectedItemPosition(); if (NULL == pos) { MessageBox(_T("请先选中一条记录!")); return; } int index = m_listctl.GetNextSelectedItem(pos);[/code]


SEO Powered by Platinum SEO from Techblissonline