Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Clipping child windows Pin
Jesper Knudsen17-Aug-05 1:31
Jesper Knudsen17-Aug-05 1:31 
GeneralWindows messages Pin
Ali Tavakol7-Aug-05 20:58
Ali Tavakol7-Aug-05 20:58 
GeneralRe: Windows messages Pin
khan++7-Aug-05 21:35
khan++7-Aug-05 21:35 
GeneralRe: Windows messages Pin
Ali Tavakol8-Aug-05 19:10
Ali Tavakol8-Aug-05 19:10 
GeneralRe: Windows messages Pin
John R. Shaw8-Aug-05 21:05
John R. Shaw8-Aug-05 21:05 
GeneralArabic text for Windows control classes Pin
Ali Tavakol7-Aug-05 20:41
Ali Tavakol7-Aug-05 20:41 
GeneralRe: Arabic text for Windows control classes Pin
ThatsAlok7-Aug-05 20:59
ThatsAlok7-Aug-05 20:59 
GeneralRe: Arabic text for Windows control classes Pin
John R. Shaw8-Aug-05 21:40
John R. Shaw8-Aug-05 21:40 
Do not expect anything that is not in ASII to be displayed correctly.

There are articles in the MSDN on working with international languages as well as articles at CP. I think there may be an article at CP that mensions this subject, but I'm not sure.

I do not know if the latest book on iternationalization is include with the latest MS compiler. The old version of the book was include with VC6, but the newest version of the book just came out last year.

Now here's something you can try (experiment):
1) Set the locale to Arabic (you pick the country).
2) Get a handle to the button (or CWnd* in MFC).
3) Set the font for that button to an Arabic language font.

P.S.
I've been meaning to ask one of the guys from Irac or Iran to write an article on this subject. The MSDN article made me think that it will be as difficult (if not more so) as writting support for Asian countries.

Good Luck!


INTP
"The more help VB provides VB programmers, the more miserable your life as a C++ programmer becomes."
Andrew W. Troelsen
GeneralRe: Arabic text for Windows control classes Pin
Ali Tavakol10-Aug-05 23:09
Ali Tavakol10-Aug-05 23:09 
GeneralRe: Arabic text for Windows control classes Pin
John R. Shaw13-Aug-05 18:02
John R. Shaw13-Aug-05 18:02 
GeneralOpening a File/URL with default browser Pin
retro_coder7-Aug-05 20:31
retro_coder7-Aug-05 20:31 
GeneralRe: Opening a File/URL with default browser Pin
khan++7-Aug-05 20:51
khan++7-Aug-05 20:51 
GeneralRe: Opening a File/URL with default browser Pin
ThatsAlok7-Aug-05 20:54
ThatsAlok7-Aug-05 20:54 
GeneralRe: Opening a File/URL with default browser Pin
retro_coder7-Aug-05 21:10
retro_coder7-Aug-05 21:10 
GeneralRe: Opening a File/URL with default browser Pin
ThatsAlok7-Aug-05 20:53
ThatsAlok7-Aug-05 20:53 
Generalhelp me ..how to convert MFC application in activeX dll Pin
rajesh_kapure7-Aug-05 20:00
rajesh_kapure7-Aug-05 20:00 
GeneralRe: help me ..how to convert MFC application in activeX dll Pin
ThatsAlok7-Aug-05 20:31
ThatsAlok7-Aug-05 20:31 
QuestionWorking on POST method with BHO? Pin
nmhuy7-Aug-05 17:39
nmhuy7-Aug-05 17:39 
AnswerRe: Working on POST method with BHO? Pin
vishalmore7-Aug-05 21:12
vishalmore7-Aug-05 21:12 
AnswerRe: Working on POST method with BHO? Pin
Marc Soleda7-Aug-05 22:32
Marc Soleda7-Aug-05 22:32 
GeneralRe: Working on POST method with BHO? Pin
nmhuy9-Aug-05 8:36
nmhuy9-Aug-05 8:36 
GeneralRe: Working on POST method with BHO? Pin
Marc Soleda9-Aug-05 19:35
Marc Soleda9-Aug-05 19:35 
GeneralRe: Working on POST method with BHO? Pin
Marc Soleda9-Aug-05 19:38
Marc Soleda9-Aug-05 19:38 
GeneralSimple block/allow ip addresses Pin
Weiye Chen7-Aug-05 17:19
Weiye Chen7-Aug-05 17:19 
GeneralRe: Simple block/allow ip addresses Pin
khan++7-Aug-05 18:38
khan++7-Aug-05 18:38 

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.