Skip to content
⌘ NSIS Forum Archive

Messagebox question...

6 posts

yelkrebb#

Messagebox question...

Hi all,

Sorry if this question was already ask before. I just want to know on how to disable the close(x) button of the messagebox?


Thanks,
Yelkrebb
yelkrebb#
Thanks Kichik! I just figure it out... Using MBOKCANCEL ID enabled the close(x) of the messagebox. I just have to use the MBYESNO ID to disabled it.

Thanks a lot..
Berks
LoRd_MuldeR#
The "X" button simply equals the "Cancel" button.
When there is a "Cancel" button, then the "X" button will be enabled as well.
I see no reason why you want to avoid that...