Hi!
I have an app which is a music player. I have two forms: one is the player and the other is playlist (like winamp) and I have a strange problem.
When I add a value from the player form to the listbox in the playlist form the text doesn't show in the listbox, but the value is there (because when I put MessageBox.Show(playlist.listbox1.Items[0].ToString); it shows me the right text).
Anyone have a solution???
Thanks in advance!
Loading
Roei BarPosted Sep 20, 2009, 8:05 AM
the Values are there since you added them to the ListView Object
now reload the list by Bind :-)
here is a gr8 project for flicker free ListView
http://www.codeproject.com/KB/list/listviewxp.aspx