GetCurSel
int GetCurSel( )const
EX1
#include <..\OriginLab\DialogEx.h> // Dialog class #define IDC_LIST1 1001 void ListBox_GetCurSel(Dialog& MyDlg) { ListBox m_List = MyDlg.GetItem(IDC_LIST1); int nSel = m_List.GetCurSel(); }
Control.h