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. right to left layout

right to left layout

Scheduled Pinned Locked Moved C / C++ / MFC
help
6 Posts 3 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.
  • D Offline
    D Offline
    Drawil
    wrote on last edited by
    #1

    hi when i use the right to left layout property in a dialog, the following error appeare: undefined keyword or key name: WS_EX_LAYOUT_RTL can any body help me. Best Regards :)

    M L 2 Replies Last reply
    0
    • D Drawil

      hi when i use the right to left layout property in a dialog, the following error appeare: undefined keyword or key name: WS_EX_LAYOUT_RTL can any body help me. Best Regards :)

      M Offline
      M Offline
      moliate
      wrote on last edited by
      #2

      I think that is a bug in VC6. The correct style to use would be WS_EX_LAYOUTRTL. Edit that by hand in the .rc file... /moliate

      D 1 Reply Last reply
      0
      • M moliate

        I think that is a bug in VC6. The correct style to use would be WS_EX_LAYOUTRTL. Edit that by hand in the .rc file... /moliate

        D Offline
        D Offline
        Drawil
        wrote on last edited by
        #3

        hi I edit this in the.rc but the error is still ocure. Best Regards :)

        M 1 Reply Last reply
        0
        • D Drawil

          hi when i use the right to left layout property in a dialog, the following error appeare: undefined keyword or key name: WS_EX_LAYOUT_RTL can any body help me. Best Regards :)

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          I see WS_EX_LAYOUTRTL in WinUser.h Is that a typo?

          L 1 Reply Last reply
          0
          • D Drawil

            hi I edit this in the.rc but the error is still ocure. Best Regards :)

            M Offline
            M Offline
            moliate
            wrote on last edited by
            #5

            Then the resource editor probably overwrites it again. Remove the style from the editor, and then edit the .rc file. Perhaps a better alternative would be to add the window style in OnInitDialog with ModifyStyleEx. /moliate

            1 Reply Last reply
            0
            • L Lost User

              I see WS_EX_LAYOUTRTL in WinUser.h Is that a typo?

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              hi can u send to me the WinUser.h file by Email.

              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