Introduction
This program is a VERY simple one to demostrate how to disable the close button on a Windows Console App. When I was looking up how to do this, I failed to find anything to help me on the site save the forums.
In reality we simply need to call two separate functions GetSystemMenu()
and DeleteMenu()
. This same algorithm can be used to disable/enable ANY of the system menu buttons.
The entry point for YOUR code is in the else
block after testing for MFC failure.