if (listView1.SelectedIndices.Count > 0)
{
	string idx = listView1.Items[listView1.FocusedItem.Index].SubItems[0].Text.ToString();
}

 

'Programming > C#' 카테고리의 다른 글

c# ping test  (0) 2020.01.29
monodevelop Mysql  (0) 2020.01.29
c# Mysql  (0) 2020.01.29
c# MessageBox 예 아니오 선택  (0) 2020.01.29
c# textbox 비밀번호  (0) 2020.01.29

+ Recent posts