To clear a bound listbox you must remove the binding then clear the content
try this
Me.ListBox1.DataSource = Nothing
Me.ListBox1.Items.Clear()
Me.ListBox1.Items.Clear()
VB.NET 2005 2008
Chrome 138 the last supported Hey Everyone, Chrome 138 is the last version of Chrome that will support Android 8.0 (Oreo) and Android 9.0 (...
No comments:
Post a Comment