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. Disabling the close box [X]

Disabling the close box [X]

Scheduled Pinned Locked Moved C / C++ / MFC
questionasp-net
3 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.
  • S Offline
    S Offline
    S van Leent
    wrote on last edited by
    #1

    How can I disable the close box (the upper-right X) with core Win32 code? LPCSTR Dutch = "Double Dutch :-)"

    S M 2 Replies Last reply
    0
    • S S van Leent

      How can I disable the close box (the upper-right X) with core Win32 code? LPCSTR Dutch = "Double Dutch :-)"

      S Offline
      S Offline
      Sonu Kapoor
      wrote on last edited by
      #2

      i think thats not possible ! You can just catch, if the user presses this button. da sonu :cool:

      1 Reply Last reply
      0
      • S S van Leent

        How can I disable the close box (the upper-right X) with core Win32 code? LPCSTR Dutch = "Double Dutch :-)"

        M Offline
        M Offline
        Michael Dunn
        wrote on last edited by
        #3

        HMENU hSysmenu = GetSystemMenu(hwnd, FALSE); DeleteMenu ( hSysmenu, SC_CLOSE, MF_BYCOMMAND ); --Mike-- Just released - RightClick-Encrypt - Adds fast & easy file encryption to Explorer My really out-of-date homepage Sonork-100.19012 Acid_Helm

        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