Click here to Skip to main content
15,901,666 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: VC++ Intellisense Pin
ThatsAlok16-May-07 20:24
ThatsAlok16-May-07 20:24 
Questionmove a dialog into another project in the same solution? Pin
nathan78-May-07 0:00
nathan78-May-07 0:00 
AnswerRe: move a dialog into another project in the same solution? Pin
_AnsHUMAN_ 8-May-07 0:03
_AnsHUMAN_ 8-May-07 0:03 
GeneralRe: move a dialog into another project in the same solution? Pin
nathan78-May-07 0:08
nathan78-May-07 0:08 
GeneralRe: move a dialog into another project in the same solution? Pin
_AnsHUMAN_ 8-May-07 0:11
_AnsHUMAN_ 8-May-07 0:11 
AnswerRe: move a dialog into another project in the same solution? Pin
KarstenK8-May-07 0:17
mveKarstenK8-May-07 0:17 
AnswerRe: move a dialog into another project in the same solution? Pin
Hans Dietrich8-May-07 3:00
mentorHans Dietrich8-May-07 3:00 
QuestionMessageBox Buttons Pin
Sabry19057-May-07 23:50
Sabry19057-May-07 23:50 
Hello All
This is my first experience in win32 programming, and i am wondering how to change the language of the messagebox buttons, i had tried to make it in Arabic, and i had used this code

DWORD dd=MAKELANGID(LANG_ARABIC,SUBLANG_ARABIC_EGYPT);

MessageBoxEx(NULL,TEXT("æäÏææÒ"),TEXT("æäÏææÒ"),
MB_OK|MB_ICONEXCLAMATION|MB_RTLREADING|MB_RIGHT,dd);


but it is still make the text of the button is "OK" instead of the equivalent Arabic text!

QuestionRe: MessageBox Buttons Pin
David Crow8-May-07 2:48
David Crow8-May-07 2:48 
AnswerRe: MessageBox Buttons Pin
Sabry19058-May-07 2:55
Sabry19058-May-07 2:55 
GeneralRe: MessageBox Buttons Pin
David Crow8-May-07 2:57
David Crow8-May-07 2:57 
QuestionMFC-Dll? Pin
$uresh $hanmugam7-May-07 23:33
$uresh $hanmugam7-May-07 23:33 
AnswerRe: MFC-Dll? Pin
Rajesh R Subramanian7-May-07 23:47
professionalRajesh R Subramanian7-May-07 23:47 
GeneralRe: MFC-Dll? Pin
$uresh $hanmugam8-May-07 0:03
$uresh $hanmugam8-May-07 0:03 
GeneralRe: MFC-Dll? Pin
Rajesh R Subramanian8-May-07 0:08
professionalRajesh R Subramanian8-May-07 0:08 
GeneralRe: MFC-Dll? Pin
$uresh $hanmugam8-May-07 1:07
$uresh $hanmugam8-May-07 1:07 
AnswerRe: MFC-Dll? Pin
Rajesh R Subramanian8-May-07 1:32
professionalRajesh R Subramanian8-May-07 1:32 
GeneralRe: MFC-Dll? Pin
$uresh $hanmugam8-May-07 3:42
$uresh $hanmugam8-May-07 3:42 
GeneralRe: MFC-Dll? Pin
Rajesh R Subramanian8-May-07 6:14
professionalRajesh R Subramanian8-May-07 6:14 
GeneralRe: MFC-Dll? Pin
$uresh $hanmugam8-May-07 19:33
$uresh $hanmugam8-May-07 19:33 
GeneralRe: MFC-Dll? Pin
Sam_c8-May-07 0:27
Sam_c8-May-07 0:27 
QuestionDll registeration failed in debug build Pin
tom groezer7-May-07 23:19
tom groezer7-May-07 23:19 
AnswerRe: Dll registeration failed in debug build Pin
Cedric Moonen8-May-07 0:14
Cedric Moonen8-May-07 0:14 
GeneralRe: Dll registeration failed in debug build Pin
tom groezer8-May-07 2:00
tom groezer8-May-07 2:00 
GeneralRe: Dll registeration failed in debug build Pin
Cedric Moonen8-May-07 2:49
Cedric Moonen8-May-07 2:49 

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.