CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Shfileopstruct

  1. #1
    Join Date
    May 2005
    Location
    Ellesmera
    Posts
    427

    Shfileopstruct

    Greetings

    I was able to use this code here as a reference for getting the newly created file name. But my file name contains some 2-Byte character ( Japanese Characters ) , so when I got the new file the 2Byte characters were shown as "garbage". Is there a way to be able to get these characters properly ??
    *** Con Tu Adios, Te Llevas, Mi Corazon***

    Traveling Encoder...

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Shfileopstruct

    I guess that article treats the strings as ANSI. In your case you need UNICODE. To convert between the two, take a look at this FAQ: http://www.codeguru.com/forum/showthread.php?t=231165.
    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  3. #3
    Join Date
    May 2005
    Location
    Ellesmera
    Posts
    427

    Re: Shfileopstruct

    thank you..
    *** Con Tu Adios, Te Llevas, Mi Corazon***

    Traveling Encoder...

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

Featured