problem accessing the collection of objects from a class into a form..
I am working on a code where I am using windows gear control component(that is used to see images). now this component as initialized in the parent form can only be accessed in that particular form.
I have a child class that is initialized in the parent form and this class gets a collection of some objects. Now I need to get this collection of objects from by child class into the parent form in order to process it with the Image Gear control.
How do i accomplish this with event handlers ?
any help wud greatly be appreciated..!
vspv