WS_EX_RTLREADING
-
Hi, I want to make a program for Arabic language.I know that arabic is written from right to left.I tried some ways to do that but I was not successful.I think this code should do that:
m_edit1.ModifyStyleEx(NULL,WS_EX_RTLREADING);
But it is not working.What could be the problem?Is there any way to make right-to-left everything on the screen? Thanks, ibrahim
-
Hi, I want to make a program for Arabic language.I know that arabic is written from right to left.I tried some ways to do that but I was not successful.I think this code should do that:
m_edit1.ModifyStyleEx(NULL,WS_EX_RTLREADING);
But it is not working.What could be the problem?Is there any way to make right-to-left everything on the screen? Thanks, ibrahim
iayd wrote:
But it is not working.
Which means what? Have you tried adding that style at design time rather than at run time?
"Love people and use things, not love things and use people." - Unknown
"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch
-
Hi, I want to make a program for Arabic language.I know that arabic is written from right to left.I tried some ways to do that but I was not successful.I think this code should do that:
m_edit1.ModifyStyleEx(NULL,WS_EX_RTLREADING);
But it is not working.What could be the problem?Is there any way to make right-to-left everything on the screen? Thanks, ibrahim
Is Language Input Mode (mainly for hebrew programmers)[^] helpfuls?
-
Hi, I want to make a program for Arabic language.I know that arabic is written from right to left.I tried some ways to do that but I was not successful.I think this code should do that:
m_edit1.ModifyStyleEx(NULL,WS_EX_RTLREADING);
But it is not working.What could be the problem?Is there any way to make right-to-left everything on the screen? Thanks, ibrahim
http://weseetips.com/2008/06/13/how-to-make-dialogs-for-languages-which-reads-from-right-to-left/[^] Whether this one helps? Regards, Jijo.
_____________________________________________________ http://weseetips.com[^] Visual C++ tips and tricks. Updated daily.