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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. function to set the combobox visible

function to set the combobox visible

Scheduled Pinned Locked Moved C / C++ / MFC
question
4 Posts 2 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.
  • A Offline
    A Offline
    ask_you
    wrote on last edited by
    #1

    very trivial question... can anyone let me know the function to set the combobox visible and also the function that sets the combobox invisible?

    B 1 Reply Last reply
    0
    • A ask_you

      very trivial question... can anyone let me know the function to set the combobox visible and also the function that sets the combobox invisible?

      B Offline
      B Offline
      bneacetp
      wrote on last edited by
      #2

      ShowWindow(FALSE); // Invisible
      ShowWindow(TRUE); // Visible

      Happy Programming and God Bless! Internet::WWW::CodeProject::bneacetp

      A 1 Reply Last reply
      0
      • B bneacetp

        ShowWindow(FALSE); // Invisible
        ShowWindow(TRUE); // Visible

        Happy Programming and God Bless! Internet::WWW::CodeProject::bneacetp

        A Offline
        A Offline
        ask_you
        wrote on last edited by
        #3

        thanx... can u let me know the function to make static text visible..

        B 1 Reply Last reply
        0
        • A ask_you

          thanx... can u let me know the function to make static text visible..

          B Offline
          B Offline
          bneacetp
          wrote on last edited by
          #4

          ask_you wrote: thanx... You're welcome. ask_you wrote: can u let me know the function to make static text visible.. You can use the same function ShowWindow() for all MFC controls derived from CWnd. That includes static text controls. Happy Programming and God Bless! Internet::WWW::CodeProject::bneacetp

          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