My project has a main form with a frame that can hold occurrences of another frame (these are created programatically). I need to handle the double-click event of this child frame to take some action at form level (e.g. the form displays info belonging to that child frame, in some other place). Since the frame can't see levels above itself, how am I supposed to do this? Can I handle the frame's OnDblClick event at form level? How? Thanks!