I'm using a dialog for multiple purposes. To distinguish them for the user I place an appropriate icon on the caption bar. To do this I must include %WS_SYSMENU in the template and this activates the CLOSE button. I want to disable this button and the CLOSE option in the system menu. All user response is then placed in one CANCEL button in the dialog. How do I get the ID of the close box so that I can disable it?
Thanx,
John Neubauer
I may have found the answer in a FAQ.
Thanx,
John Neubauer
I may have found the answer in a FAQ.
Comment