Unicode character distorted

  • Thread starter Thread starter Indra Bisen
  • Start date Start date
I

Indra Bisen

Hi,

I'm uning some unicode character (Hindi Language) in a Windows Form.
In form designer everything is displayed properly, but the unicode
characters are distorted (not displayed properly) when I run the
application. I'm using VS2008. The same characters are running well in
another application.

Any help ?

regards,

Indra Bisen
 
Indra Bisen said:
Hi,

I'm uning some unicode character (Hindi Language) in a Windows Form.
In form designer everything is displayed properly, but the unicode
characters are distorted (not displayed properly) when I run the
application. I'm using VS2008. The same characters are running well in
another application.

Any help ?

regards,

Indra Bisen

Hi,

I suspect the designer is using a different font or font size than what is
used at runtime. You may also be hit with a GDI vs GDI+ problem if the
program is run at different resolutions than the visual studio designer uses.
If you could provide a code snippet that demonstrates the problem we might
be able to give you a better answer.
 
Indra Bisen said:
I'm uning some unicode character (Hindi Language) in a Windows Form.
In form designer everything is displayed properly, but the unicode
characters are distorted (not displayed properly) when I run the
application. I'm using VS2008. The same characters are running well in
another application.

* Which font are you using?
* Which characters are you attempting to display?
* Which controls do you use to display the characters?
 
Back
Top