OK im making a program in visual basic.net and i am using listboxes,,,but everytime i enter data into the list box the next thing i enter just erases what was currently in the listbox and i want it to go under it like a list.
+ Reply to Thread
Results 1 to 2 of 2
Thread: Someone PLEASE HELP ME!
Thread
-

Try this...
ListBox1.Items.Add(CaptureSchedule(Item).Name)



Quote