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. Menu check button ...

Menu check button ...

Scheduled Pinned Locked Moved C / C++ / MFC
questionannouncement
1 Posts 1 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.
  • S Offline
    S Offline
    smack_2k2
    wrote on last edited by
    #1

    I handle a check menu item like this: // the update command void CAppDlg::OnUpdateMenuItem(CCmdUI *pCmdUI) { pCmdUI->SetCheck(BoolVar); ........ } and // the command void CAppDlg::OnInterfaceMenuItem() { BoolVar = BoolVar == 0 ? 1 : 0; } The solution works with one exception: when the item is not checked the sign before the caption does not dissapear (but it works just fine). How do i get that "check" sign to dissapear ? If the check state is false, should not dissapear by default ?

    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