I have tested UniCode control ver 4.xx and I have question...
when using OLEDragDrop event, I try used GetUniCodeDroppedFiles method for getting filename as unicode.
But I cant get unicode style filename..
How can I do? I had tested 'GetUniCodeDroppedFiles' in demo program
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) .... str$ = oc.Item(1) .... End Sub
I checked the internal documentation: this function only work in a compiled application because it can cause a VB6 IDE crash If you need a screenshot for confirmation I'll let you have one.