Re: IDropTarget code location
Jeff L wrote: Can anyone point me the location of the code that implements the IDropTarget class used by OLE2? There isn't one location - it depends on what you're dropping an object into. The most common object to drag&drop is a file though, so you might want to look in dlls/shell32. -- Ro
IDropTarget code location
Can anyone point me the location of the code that implements the IDropTarget class used by OLE2? Jeff