How to remove the cancel button at the top right of a dialog box.
-
hi all , I have a dialog box application.I want to remove the cancel button at the top right of a dialog box.Can anyone pls. tell me how to do it.
-
hi all , I have a dialog box application.I want to remove the cancel button at the top right of a dialog box.Can anyone pls. tell me how to do it.
Have you considered removing the
WS_SYSMENU
style?
"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank
"Judge not by the eye but by the heart." - Native American Proverb
-
hi all , I have a dialog box application.I want to remove the cancel button at the top right of a dialog box.Can anyone pls. tell me how to do it.
do in the resource editor, select your dialog box, once it's openned, select the "Cancel" button and press the delete key on your keyboard.
Maximilien Lincourt Your Head A Splode - Strong Bad
-
do in the resource editor, select your dialog box, once it's openned, select the "Cancel" button and press the delete key on your keyboard.
Maximilien Lincourt Your Head A Splode - Strong Bad
The "cancel" button he is referring to is the "X" in the top-right corner of the dialog.
"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank
"Judge not by the eye but by the heart." - Native American Proverb
-
hi all , I have a dialog box application.I want to remove the cancel button at the top right of a dialog box.Can anyone pls. tell me how to do it.
-
hi all , I have a dialog box application.I want to remove the cancel button at the top right of a dialog box.Can anyone pls. tell me how to do it.
-
hi all , I have a dialog box application.I want to remove the cancel button at the top right of a dialog box.Can anyone pls. tell me how to do it.
Modify(WS_SYSMENU,0);
_**
**_
whitesky