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. tabstop

tabstop

Scheduled Pinned Locked Moved C / C++ / MFC
question
5 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
    Desmo16
    wrote on last edited by
    #1

    Hi all, How can i set the tabstop property of a control to FALSE from the code ? Thanx in advance, Desmo16.

    T H 2 Replies Last reply
    0
    • D Desmo16

      Hi all, How can i set the tabstop property of a control to FALSE from the code ? Thanx in advance, Desmo16.

      T Offline
      T Offline
      tanvon malik
      wrote on last edited by
      #2

      ModifyStyle(WS_TABSTOP,0,0);

      tanvon I Blog here my VC++ My all articles at codeproject here

      D 1 Reply Last reply
      0
      • D Desmo16

        Hi all, How can i set the tabstop property of a control to FALSE from the code ? Thanx in advance, Desmo16.

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

        Hope I understood your question Did you see TabStop on property window of control


        WhiteSky


        1 Reply Last reply
        0
        • T tanvon malik

          ModifyStyle(WS_TABSTOP,0,0);

          tanvon I Blog here my VC++ My all articles at codeproject here

          D Offline
          D Offline
          Desmo16
          wrote on last edited by
          #4

          That's what i needed, thanx but... How can i re-enable the tabstop ?

          T 1 Reply Last reply
          0
          • D Desmo16

            That's what i needed, thanx but... How can i re-enable the tabstop ?

            T Offline
            T Offline
            tanvon malik
            wrote on last edited by
            #5

            ModifyStyle(0, WS_TABSTOP, 0); it is this easy

            tanvon I Blog here my VC++ My all articles at codeproject here

            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