Re: IDropTarget code location

2007-01-05 Thread Robert Shearman
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

2007-01-04 Thread Jeff L
Can anyone point me the location of the code that implements the IDropTarget class used by OLE2? Jeff