Results 1 to 36 of 36

Thread: [RESOLVED] Replacement for StrConv(vbFromUnicode)

Threaded View

  1. #34
    PowerPoster
    Join Date
    Jan 2020
    Posts
    5,538

    Re: [RESOLVED] Replacement for StrConv(vbFromUnicode)

    you need load from unicode file:text file\unicodefile1.txt or
    Code:
    dim fileContents  as string
    fileContents = ReadUTF8TextFile(App.Path + "\text file\text1.txt")
    TextBoxW1.Text = fileContents
    Last edited by xiaoyao; Aug 11th, 2021 at 09:28 PM.

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