값 얻기 : m_list.GetText( 1, strFind );

m_list.FindStringExact( -1, "문자열" );

m_List.FindString( -1, "문자열" );


if( m_List.FindString( -1, "문자열" ) != LB_ERR ) // 문자열 찾았을 때


GetNextItem( -1, LVNI_SELECTED ) // 선택한 아이템 번호 얻기


+ Recent posts