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. invisible button

invisible button

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

    Hello, I want to change the visibility of a push button, such that given a certain condition, the button is not visible at all (I don't mean just greyed out, I mean completely gone). What method do I use to control this? Thank you.

    Z 1 Reply Last reply
    0
    • A aafcls

      Hello, I want to change the visibility of a push button, such that given a certain condition, the button is not visible at all (I don't mean just greyed out, I mean completely gone). What method do I use to control this? Thank you.

      Z Offline
      Z Offline
      Zac Howland
      wrote on last edited by
      #2

      ::ShowWindow(SW_SHOW/SW_HIDE) or CWnd::ShowWindow(SW_SHOW/SW_HIDE) depending on if you are using Win32 or MFC. If you decide to become a software engineer, you are signing up to have a 1/2" piece of silicon tell you exactly how stupid you really are for 8 hours a day, 5 days a week Zac

      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