Hello. I've seen some tutorials, but I can't find one that particularly suits my needs.
What I'm trying to do is this: I have a form that contains an object. I want this object to be able to modify its parent form when an event for it is thrown. The problem is that this object does not have a reference to the form's fields. Where can I find a nice, beginner-friendly tutorial that provides a sample that's easy to reproduce in a large application?
Thanks.