localization issue
-
hi, i have localize my multibyte application.Everything is working fine except tooltips and msflexgrid headers which are showing garbage.is there any trick that i can show them in japanese with keeping project multibyte.
-
hi, i have localize my multibyte application.Everything is working fine except tooltips and msflexgrid headers which are showing garbage.is there any trick that i can show them in japanese with keeping project multibyte.
-
instead of saking again you should use Unicode. I got no further clue. Or write your own tooltips as i wrote you a time ago. :~
Press F1 for help or google it. Greetings from Germany
actually i think msflexgrid dnt support unicode.so is there anyway to make it support unicode?
-
actually i think msflexgrid dnt support unicode.so is there anyway to make it support unicode?
Why do you think so ? :)
virtual void BeHappy() = 0;
-
Why do you think so ? :)
virtual void BeHappy() = 0;
bcoz other resources showing japanese but only toolbar tooltips and msflexgrid headers are showing japanese. So they are not supportive for unicode.
-
bcoz other resources showing japanese but only toolbar tooltips and msflexgrid headers are showing japanese. So they are not supportive for unicode.
:) Maybe, the headers do hold its titles in
TCHAR*
, that is onlychar*
in a MULTIBYTE-app (no wide character support) andWCHAR*
in a UNICODE-app (wide character supported) :)virtual void BeHappy() = 0;
-
bcoz other resources showing japanese but only toolbar tooltips and msflexgrid headers are showing japanese. So they are not supportive for unicode.
i found that ms hierarichal data grid is unicode so now my qus is that can it be used to display tabular data like in msflexgrid?