Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. WS_EX_RTLREADING

WS_EX_RTLREADING

Scheduled Pinned Locked Moved C / C++ / MFC
helpquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    iayd
    wrote on last edited by
    #1

    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

    D H J 3 Replies Last reply
    0
    • I iayd

      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

      D Offline
      D Offline
      David Crow
      wrote on last edited by
      #2

      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

      1 Reply Last reply
      0
      • I iayd

        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

        H Offline
        H Offline
        Hamid Taebi
        wrote on last edited by
        #3

        Is Language Input Mode (mainly for hebrew programmers)[^] helpfuls?

        1 Reply Last reply
        0
        • I iayd

          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

          J Offline
          J Offline
          Jijo Raj
          wrote on last edited by
          #4

          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.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups