Click here to Skip to main content
15,892,161 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Thread buttons Pin
David Crow26-Oct-09 6:45
David Crow26-Oct-09 6:45 
AnswerRe: Thread buttons Pin
Nikz226-Oct-09 7:26
Nikz226-Oct-09 7:26 
Questionhow to convert tiff to pdf it's urgent Pin
eswar pothula26-Oct-09 5:23
eswar pothula26-Oct-09 5:23 
QuestionRe: how to convert tiff to pdf it's urgent Pin
CPallini26-Oct-09 5:41
mveCPallini26-Oct-09 5:41 
AnswerRe: how to convert tiff to pdf it's urgent Pin
David Crow26-Oct-09 6:04
David Crow26-Oct-09 6:04 
AnswerRe: how to convert tiff to pdf it's urgent Pin
Chris Losinger26-Oct-09 11:10
professionalChris Losinger26-Oct-09 11:10 
AnswerRe: how to convert tiff to pdf it's urgent Pin
Hariharasudhan R26-Oct-09 16:10
Hariharasudhan R26-Oct-09 16:10 
QuestionUnicode problem Pin
m_mun26-Oct-09 4:12
m_mun26-Oct-09 4:12 
Hi all,
I want to display a special font using UNICODE, in my MFC application.
I have used '_UNICODE' in preprocessor.
This is my syntax

TCHAR **strUnicode;
//...
wcscpy(strUnicode[0],L"U+0985"); //Bengali unicode of a single charecter


After that, i want to display bengali character by print value of 'strUnicode'. But it display 'U+0985'.

Can any one told me how to construct 'strUnicode' and to display charecter.

Thanks to all
AnswerRe: Unicode problem Pin
Hristo-Bojilov26-Oct-09 4:25
Hristo-Bojilov26-Oct-09 4:25 
GeneralRe: Unicode problem Pin
Nemanja Trifunovic26-Oct-09 4:34
Nemanja Trifunovic26-Oct-09 4:34 
GeneralRe: Unicode problem Pin
Hristo-Bojilov26-Oct-09 4:58
Hristo-Bojilov26-Oct-09 4:58 
GeneralRe: Unicode problem [modified] Pin
Nemanja Trifunovic26-Oct-09 5:25
Nemanja Trifunovic26-Oct-09 5:25 
GeneralRe: Unicode problem Pin
David Crow26-Oct-09 6:08
David Crow26-Oct-09 6:08 
GeneralRe: Unicode problem Pin
Nemanja Trifunovic26-Oct-09 6:30
Nemanja Trifunovic26-Oct-09 6:30 
GeneralUniversal character names Pin
Nemanja Trifunovic26-Oct-09 7:43
Nemanja Trifunovic26-Oct-09 7:43 
GeneralRe: Unicode problem [modified] Pin
Hristo-Bojilov26-Oct-09 8:16
Hristo-Bojilov26-Oct-09 8:16 
AnswerRe: Unicode problem Pin
CPallini26-Oct-09 4:34
mveCPallini26-Oct-09 4:34 
GeneralRe: Unicode problem Pin
m_mun26-Oct-09 4:38
m_mun26-Oct-09 4:38 
Questionmodifystyle not working Pin
prithaa26-Oct-09 4:08
prithaa26-Oct-09 4:08 
AnswerRe: modifystyle not working Pin
KarstenK26-Oct-09 4:32
mveKarstenK26-Oct-09 4:32 
AnswerRe: modifystyle not working Pin
Covean26-Oct-09 4:37
Covean26-Oct-09 4:37 
QuestionRe: modifystyle not working Pin
David Crow26-Oct-09 4:39
David Crow26-Oct-09 4:39 
AnswerRe: modifystyle not working Pin
Kushagra Tiwari26-Oct-09 23:02
Kushagra Tiwari26-Oct-09 23:02 
QuestionDraw a FRAMERECT() on top of ONTIMER() image refresh! Pin
esc32126-Oct-09 4:07
esc32126-Oct-09 4:07 
AnswerRe: Draw a FRAMERECT() on top of ONTIMER() image refresh! Pin
CPallini26-Oct-09 4:29
mveCPallini26-Oct-09 4:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.