I have a frame with several TextBoxes and Labels in it. The frame serves as an OLE drop target for an object that fills in all of the TextBoxes in the frame. This works fine, but I would like to be able to use the frame's handler if the object is dropped on any of the controls in the frame. Is there an easy way to do this, or am I going to have to put in OLEDragDrop events for all of the controls in the frame?