win32dnd.cpp ------------- void UDropTarget::DnD(POINTL pl, bool drop, DWORD *effect, DWORD keys) { (...) if(sw.Contains(p)) p -= sw.TopLeft(); else c = NULL;
if(!c) return; /* or if(c){*/
Report message to a moderator