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

C / C++ / MFC

 
GeneralRe: Character code for string in other language Pin
«_Superman_»26-Jan-09 19:54
professional«_Superman_»26-Jan-09 19:54 
QuestionRe: Character code for string in other language Pin
Andy Rama27-Jan-09 22:27
Andy Rama27-Jan-09 22:27 
QuestionMP3 Plugins Pin
priyasethu22-Jan-09 19:35
priyasethu22-Jan-09 19:35 
AnswerRe: MP3 Plugins Pin
Code-o-mat22-Jan-09 21:42
Code-o-mat22-Jan-09 21:42 
QuestionProblem in MessageBox display Pin
Alex@9C22-Jan-09 19:30
Alex@9C22-Jan-09 19:30 
AnswerRe: Problem in MessageBox display Pin
Hamid_RT22-Jan-09 20:36
Hamid_RT22-Jan-09 20:36 
GeneralRe: Problem in MessageBox display Pin
Alex@9C22-Jan-09 20:45
Alex@9C22-Jan-09 20:45 
AnswerRe: Problem in MessageBox display Pin
Stuart Dootson22-Jan-09 20:50
professionalStuart Dootson22-Jan-09 20:50 
Given this program:

#include <Windows.h>

#pragma comment(lib, "user32")

int main(int argc, char** argv)
{
   MessageBox(NULL,"Name (FULL NAME)","good",MB_RTLREADING );
}


I got exactly what you might expect - a message box with text reading left to right exactly as shown above (that's because I'm using the Latin Unicode subrange, not one of the right-to-left ones) but with all the adornments (icon, window caption buttons) mirrored compared to what I would usually see.

I don't get any strange bracketness like you've reported.
GeneralRe: Problem in MessageBox display Pin
Alex@9C22-Jan-09 21:23
Alex@9C22-Jan-09 21:23 
QuestionRe: Problem in MessageBox display Pin
David Crow23-Jan-09 3:17
David Crow23-Jan-09 3:17 
QuestionUnicode and Multicode Pin
Software200722-Jan-09 15:37
Software200722-Jan-09 15:37 
AnswerRe: Unicode and Multicode Pin
«_Superman_»22-Jan-09 16:04
professional«_Superman_»22-Jan-09 16:04 
QuestionC++ certification Pin
Oshtri Deka22-Jan-09 12:07
professionalOshtri Deka22-Jan-09 12:07 
AnswerRe: C++ certification Pin
bhawna1622-Jan-09 18:59
bhawna1622-Jan-09 18:59 
AnswerRe: C++ certification Pin
David Crow23-Jan-09 3:30
David Crow23-Jan-09 3:30 
GeneralRe: C++ certification Pin
Oshtri Deka23-Jan-09 9:30
professionalOshtri Deka23-Jan-09 9:30 
GeneralRe: C++ certification Pin
David Crow23-Jan-09 9:33
David Crow23-Jan-09 9:33 
Question.Net 3.5 Framework and VC++ 2008 Redisributable Pin
pratap198022-Jan-09 11:55
pratap198022-Jan-09 11:55 
AnswerRe: .Net 3.5 Framework and VC++ 2008 Redisributable Pin
Stuart Dootson22-Jan-09 12:28
professionalStuart Dootson22-Jan-09 12:28 
GeneralRe: .Net 3.5 Framework and VC++ 2008 Redisributable Pin
pratap198022-Jan-09 13:24
pratap198022-Jan-09 13:24 
GeneralRe: .Net 3.5 Framework and VC++ 2008 Redisributable Pin
Stuart Dootson22-Jan-09 13:35
professionalStuart Dootson22-Jan-09 13:35 
GeneralRe: .Net 3.5 Framework and VC++ 2008 Redisributable Pin
pratap198022-Jan-09 13:51
pratap198022-Jan-09 13:51 
GeneralRe: .Net 3.5 Framework and VC++ 2008 Redisributable Pin
Wes Aday22-Jan-09 14:29
professionalWes Aday22-Jan-09 14:29 
GeneralRe: .Net 3.5 Framework and VC++ 2008 Redisributable Pin
Stuart Dootson22-Jan-09 17:43
professionalStuart Dootson22-Jan-09 17:43 
QuestionCreate a Multi Column ComboBox populated by existing (SQL) dataset Pin
Wheels01222-Jan-09 8:42
Wheels01222-Jan-09 8:42 

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.