It only works in a compiled application!!! In the IDE it will return a standard ansi files collection
Hide Sample
PrivateSub txtUniDrag_OLEDragDrop(Data As DataObject, Effect AsLong, Button AsInteger, Shift AsInteger, X AsSingle, Y AsSingle) Dim oc As Collection Set oc = moCommonWrapper.GetUnicodeDroppedFiles(Data) End Sub