Click here to Skip to main content
15,919,028 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralMFC messages Pin
Luke Murray16-Dec-02 21:34
Luke Murray16-Dec-02 21:34 
GeneralRe: MFC messages Pin
Prem Kumar16-Dec-02 22:23
Prem Kumar16-Dec-02 22:23 
GeneralRe: MFC messages Pin
Joaquín M López Muñoz16-Dec-02 22:35
Joaquín M López Muñoz16-Dec-02 22:35 
GeneralWindow Color Pin
pranavamhari16-Dec-02 21:09
pranavamhari16-Dec-02 21:09 
GeneralRe: Window Color Pin
Prem Kumar16-Dec-02 22:26
Prem Kumar16-Dec-02 22:26 
GeneralLocalization Pin
csylesh16-Dec-02 20:39
csylesh16-Dec-02 20:39 
GeneralRe: Localization Pin
Ted Ferenc16-Dec-02 21:37
Ted Ferenc16-Dec-02 21:37 
GeneralRe: Localization Pin
Maximilien17-Dec-02 3:17
Maximilien17-Dec-02 3:17 
csylesh wrote:
!! Do I need to have Arabic Windows for that ? Any help on this is highly appreciated.

Besides the usual of putting the application in UNICODE ( with UNICODE and _UNICODE in the settings ).

I don't think you need that, you simply need to set the locale/regional settings to arabic ( of your country if applicable ) in one of the control panels, and you also need to change the keyboard settings tu use the IME ( I only did this for oriental languages ) to type the Arab characters.

When changing the resources, you can't simply copy the files, and type in arabic, you need to change the language section of the RC file. The resources are not UNICODE, they are in code page, that's why you need to change your locale/regionale for it to work.

for example in english we have this :
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)<br />
#ifdef _WIN32<br />
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US<br />
#pragma code_page(1252)<br />
#endif //_WIN32


you'll need to change the language, sublanguage and codepage.

Good luck!
Max.
Generalyahoo IM style view Pin
TSrinivasR16-Dec-02 20:29
TSrinivasR16-Dec-02 20:29 
GeneralRe: yahoo IM style view Pin
Prem Kumar16-Dec-02 22:29
Prem Kumar16-Dec-02 22:29 
GeneralRe: yahoo IM style view Pin
TSrinivasR18-Dec-02 18:22
TSrinivasR18-Dec-02 18:22 
Generalwinsock socket question Pin
thisisnotfake16-Dec-02 18:56
thisisnotfake16-Dec-02 18:56 
GeneralRe: winsock socket question Pin
Joaquín M López Muñoz16-Dec-02 19:53
Joaquín M López Muñoz16-Dec-02 19:53 
GeneralRadio Button Interactions Pin
Roger Wright16-Dec-02 18:43
professionalRoger Wright16-Dec-02 18:43 
GeneralRe: Radio Button Interactions Pin
Christian Graus16-Dec-02 20:46
protectorChristian Graus16-Dec-02 20:46 
GeneralRe: Radio Button Interactions Pin
Roger Wright17-Dec-02 4:44
professionalRoger Wright17-Dec-02 4:44 
GeneralHTTP GET Index Command :: Winsock Pin
valikac16-Dec-02 18:01
valikac16-Dec-02 18:01 
GeneralRe: HTTP GET Index Command :: Winsock Pin
Todd Smith16-Dec-02 18:39
Todd Smith16-Dec-02 18:39 
GeneralRe: HTTP GET Index Command :: Winsock Pin
valikac16-Dec-02 18:53
valikac16-Dec-02 18:53 
GeneralRe: HTTP GET Index Command :: Winsock Pin
Todd Smith16-Dec-02 19:01
Todd Smith16-Dec-02 19:01 
GeneralRe: HTTP GET Index Command :: Winsock Pin
markkuk16-Dec-02 23:18
markkuk16-Dec-02 23:18 
GeneralRe: HTTP GET Index Command :: Winsock Pin
valikac17-Dec-02 4:53
valikac17-Dec-02 4:53 
Questionhow do you disable menu command? Pin
trustno116-Dec-02 17:46
trustno116-Dec-02 17:46 
AnswerRe: how do you disable menu command? Pin
Michael Dunn16-Dec-02 17:54
sitebuilderMichael Dunn16-Dec-02 17:54 
QuestionBreak/Continue bad? Pin
Tim Smith16-Dec-02 16:51
Tim Smith16-Dec-02 16:51 

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.