Hello there everyone. I am finishing up a prog that tracks students literacy centers. The way it works is students pick where they want to go on the computer, and the prog keeps a record, but sometimes students change their minds at the last second after they, so here is what I am trying to do.
When they click on their name in the listbox called ReadList, their name will go into the labelcaption StudentSelectedLBL.caption.
Like this..
StudentSelectedLBL.Caption = ReadToSelfList.List(ReadToSelfList.ListIndex)
But now I am wondering, since students cannot do two centers at once, how can I remove them from the listbox, the item I need to remove is the StudentSelectedLBL.caption
Would anyone know how I remove it. The item will ALWAYS be in the list, as they would not be able to click on their name to remove it otherwise :)
The reason why I put it into the label caption is so when they click on another list, it will add to that list.
Thanks!
When they click on their name in the listbox called ReadList, their name will go into the labelcaption StudentSelectedLBL.caption.
Like this..
StudentSelectedLBL.Caption = ReadToSelfList.List(ReadToSelfList.ListIndex)
But now I am wondering, since students cannot do two centers at once, how can I remove them from the listbox, the item I need to remove is the StudentSelectedLBL.caption
Would anyone know how I remove it. The item will ALWAYS be in the list, as they would not be able to click on their name to remove it otherwise :)
The reason why I put it into the label caption is so when they click on another list, it will add to that list.
Thanks!