clsCommonWrapper.GetUnicodeDroppedFiles FunctionGets the list of the Unicode files from a DataObject object.
|
Parameter | Description |
---|---|
ByRef oData As DataObject | OLE Drag&Drop Data object |
Private Sub txtUniDrag_OLEDragDrop(Data As DataObject, Effect As Long, Button As Integer, Shift As Integer, X As Single, Y As Single)
Dim oc As Collection
Set oc = moCommonWrapper.GetUnicodeDroppedFiles(Data)
End Sub