Hello, I want to ask a question; object selectedItem = listBox1.SelectedItem; listBox1.Items.Remove(selectedItem); listBox1.Items.Insert(indexion, selectedItem); listBox1.SetSelected(indexion, true); Here why we don't say listBox1.Items.Remove(listbox1.selecteditem); And I tried this code, it gave me an exception error because it was null but I don't get it. Can you help me?
Thanks, your video shows the underlying simplicity and elegance of how these controls can be brought to life with code.
Thank you for this clear, instructive video.
Straightforward and clear. Thank you.
Thanks, this video helped me very much
Hello, I want to ask a question;
object selectedItem = listBox1.SelectedItem;
listBox1.Items.Remove(selectedItem);
listBox1.Items.Insert(indexion, selectedItem);
listBox1.SetSelected(indexion, true);
Here why we don't say listBox1.Items.Remove(listbox1.selecteditem); And I tried this code, it gave me an exception error because it was null but I don't get it. Can you help me?
thank you very mutch
Thank you man ^^
thanks crack (Y)