vb.net - VB Listbox change value -


how can change value in vb listbox?

like doesn't work:

listbox.selecteditem = "newvalue" 

thx help

listbox.list(listbox.listindex) = "newvalue"


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -