listview心得    listViewTaskList.Clear();
listview心得            DataSet tmpds 
= new DataSet();
listview心得            tmpds 
= DAL.dataList.GetAutoTaskConfirm(49,7332);
listview心得
listview心得        
listview心得            DataView dv 
= tmpds.Tables[0].DefaultView;
listview心得            
if(dv.Count>0)
            }
双击
listview心得    if(listView1.SelectedItems.Count==1)
            }
取出己选
listview心得    ListView.CheckedListViewItemCollection chkItm = listView1.CheckedItems;
listview心得            
listview心得            ListView.SelectedListViewItemCollection  selectedItem 
= listView1.SelectedItems;
listview心得            
foreach(ListViewItem item in chkItm)
            }
dataset初始化

相关文章:

  • 2019-10-11
猜你喜欢
  • 2021-10-20
  • 2021-12-05
  • 2021-12-12
  • 2021-11-30
  • 2022-02-09
  • 2021-11-07
相关资源
相似解决方案