Does anyone know of a trick to use a frame as the source of an OLE drag? I display some data from an object in a frame, and would like to be able to drag and drop it onto an entry form. This works fine from my search form, because the source there is a ListView. Problem is, a frame is not an OLE drag source. I've tried putting the frame inside a picture box and using that to initiate drags, but I can't get the events to fire. The attached project will give a basic idea of what I would like to do.