Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
開発初心者で、ASP.NETで会議管理システムを作っているので、TimePickerの使い方とlistbox1アイテムの転送方法を知りたいですlistbox2。
listbox1
listbox2
ロジックは次のようになります。
if (list1.SelectedItem != null) { ListItem li = listLeft.SelectedItem; list1.Items.Remove(li); //if u want remove from list1 li.Selected = false; list2t.Items.Add(li); }