Friday, July 15, 2011

Listboxes failing in C# Windows Form?

I don't see anything blindingly obvious that is wrong. I would suggest setting a break point at the .Clear statement for the listbox and run the program in debug mode. You can then step the code and see exactly what data is being read & what data is being put into the listbox.

No comments:

Post a Comment