I created a usercontrol to help elevate the flood of changes i need to make to a win form that has like 300 textboxes on it




I'm new to user controls so sorry if this is a little newbie ish

but i can create a control build the project and then put it on the main form

i can create a load event but how do i "address" the items of the control


for example my contorl has some combo boxes that i want to add items to

could it be usercontrol1.combobox1.items.add(); or something like that?

ive been playing around and googleing but i haven't found anything that i understand yet.


Thanks if you can point me to the right direction.