i have a listbox in which i add object "myobj" in the listbox.. i want to replace the object of selecteditem...

i tried

VB Code:
  1. list1.selecteditem=new myobj(1,"hello")

but this doesn't do anything