T O P I C R E V I E W |
yoosh |
Posted - 19 Nov 2013 : 03:51:59 Hi. all
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
|
4 L A T E S T R E P L I E S (Newest First) |
yoosh |
Posted - 21 Nov 2013 : 01:32:08 oh.. worked well...
Thanks....
Regards |
s.dav |
Posted - 20 Nov 2013 : 17:10:04 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. |
yoosh |
Posted - 20 Nov 2013 : 12:11:44 Thanks for your reply..
I had tested it with your sample code.. But same result.
sample file path is... vbp :: HexUniControls 41\VB6 Sample 1\Project1.vbp frm :: frmUniDragAndDrop.frm sub routine :: ctlUniTextBoxXP1_OLEDragDrop
Test environment 1) Win7/32 bit (Korean version) 2) and try drag Chinese file name to control..
If any needed, please call me...
Best regard
|
s.dav |
Posted - 20 Nov 2013 : 11:59:57 I suggest you to send us a sample (with also Unicode files to drag) and we'll check and let you know. |