|
-
Jan 24th, 2010, 08:16 PM
#1
Thread Starter
Addicted Member
[RESOLVED] loading unicode file
Hi everyone I have a text fie contain some Unicode characters when I load the file I get a ?????? Instead of the Unicode character
i thought internet explorer Support Unicode
here is my code
thanks alot
Private Sub Form_Load()
Open App.Path & "/" & "home.txt" For Input As #1
WebBrowser1.Navigate "about:" & Input$(LOF(1), 1)
Close #1
End Sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|