1 Attachment(s)
Difficulty in opening the font
Hello Friends
This is my language Farsi
Similar to Arabic
My problem is that the font can not open this file and do a "TextBox"
In fact, in the form of exotic displays
My files
VB Project Attachment 125253
Text File Attachment 125255
This form must be
Attachment 125245
Please help me
3 Attachment(s)
Re: Difficulty in opening the font
Hello Friends
This is my language Farsi
Similar to Arabic
My problem is that the font can not open this file and do a "TextBox"
In fact, in the form of exotic displays
My files
----VB Project =Attachment 125253
----Text File Attachment 125255
This form must be
Attachment 125245
Please help me
3 Attachment(s)
Re: Difficulty in opening the font
Hello Friends
This is my language Farsi
Similar to Arabic
My problem is that the font can not open this file and do a "TextBox"
In fact, in the form of exotic displays
This form must be
Attachment 125245
Please help me[/QUOTE]
Re: Difficulty in opening the font
The built-in VB textbox does not support the Unicode needed to display that text.
Krool's common controls replacement project contains a TextBoxW control that does:
http://www.vbforums.com/showthread.p...mmon-controls)
Re: Difficulty in opening the font
In order for VB6 to read and display UTF-8 encoded text files, you need a routine (such as this) that reads and converts UTF-8 text files to the UTF-16 LE format that VB6 Strings uses and you also need a Unicode Edit (or Rich Edit) control (such as these).
1 Attachment(s)
Re: Difficulty in opening the font
You can to use this font.
Attachment 125291
Re: Difficulty in opening the font
Quote:
Originally Posted by
The trick
Thank you to guide you
Your project is working correctly
But my project with the font "Arial" is not even a "Script" I could not put it into practice Arabic
Re: Difficulty in opening the font
You should select an Arabic codepage.
Re: Difficulty in opening the font
Quote:
Originally Posted by
Bonnie West
In order for VB6 to read and display UTF-8 encoded text files, you need a routine (such as
this) that reads and converts UTF-8 text files to the UTF-16 LE format that VB6 Strings uses and you also need a Unicode Edit (or Rich Edit) control (such as
these).
Thank you so much it worked
Re: Difficulty in opening the font
Quote:
Originally Posted by
fafalone
Thank you very much to guide you
Re: Difficulty in opening the font
Quote:
Originally Posted by
Bonnie West
In order for VB6 to read and display UTF-8 encoded text files, you need a routine (such as
this) that reads and converts UTF-8 text files to the UTF-16 LE format that VB6 Strings uses and you also need a Unicode Edit (or Rich Edit) control (such as
these).
Thank you very much to guide you
Re: Difficulty in opening the font
Quote:
Originally Posted by
The trick
You should select an Arabic codepage.
Ops! Ko
Thank