I've got a form with a listbox and a button to add an item to the listbox. Now in the VS2005 editor I've dragged the listbox onto the form. The thing is I would assume that the listbox would be part of the TaskList Class thatI have.
I assume if I'm programming full OO that the list box would be created in the class and not by me dragging the listbox onto the form? Am I correct?
I assume if its pure OO and the listbox methods add and subtract items from the listbox, that the listbox is part of the tasklist class and not the form?
Any guidance on this is appreciated. If I'm way off track please tell me.
Regards
fc