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. List Box

List Box

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialquestion
5 Posts 5 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.
  • J Offline
    J Offline
    J5121982
    wrote on last edited by
    #1

    How to create hidden list box? JAYARAJ

    H S G 3 Replies Last reply
    0
    • J J5121982

      How to create hidden list box? JAYARAJ

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

      m_ListBox.ShowWindow(0);

      T 1 Reply Last reply
      0
      • J J5121982

        How to create hidden list box? JAYARAJ

        S Offline
        S Offline
        Stephen Hewitt
        wrote on last edited by
        #3

        When you create it make sure the WS_VISIBLE style is not set. Steve

        1 Reply Last reply
        0
        • H Hamid Taebi

          m_ListBox.ShowWindow(0);

          T Offline
          T Offline
          toxcct
          wrote on last edited by
          #4

          WhiteSky wrote:

          ShowWindow(0);

          prefer using the defined consts: ShowWindow(**SW_HIDE**); it's a question a readability and maintainability... ;) -- modified at 8:16 Monday 6th March, 2006

          1 Reply Last reply
          0
          • J J5121982

            How to create hidden list box? JAYARAJ

            G Offline
            G Offline
            gamitech
            wrote on last edited by
            #5

            ShowWindow(GetDlgItem(hdlg,IDC_LIST1),SW_HIDE); gabby

            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