Results 1 to 22 of 22

Thread: ole drag drop and problem with unicode charachters or load image with unicode

Threaded View

  1. #1

    Thread Starter
    Fanatic Member Black_Storm's Avatar
    Join Date
    Sep 2007
    Location
    any where
    Posts
    591

    Post ole drag drop and problem with unicode charachters or load image with unicode

    hi i set oledragmode of form to manual and then i draged attached file on form,and then i want load it like loadpicture but form can not known name of file.
    any way to can fix it, i want use in ole drag drop and load image or use in common dialog too.

    Code:
    Private Sub Form_OLEDragDrop(Data As DataObject, Effect As Long, Button As Integer, Shift As Integer, X As Single, Y As Single)
    
    End Sub
    in this event data.files(1) return name like "C:\Users\barnameha\Desktop\type\d?.jpg"
    how can fix it?
    Attached Files Attached Files
    Last edited by Black_Storm; Feb 14th, 2018 at 03:03 AM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width