Hiding the Apply button
Posted
by Zafir Anjum
on October 1st, 2002
propsheet.m_psh.dwFlags |= PSH_NOAPPLYNOW;
propsheet.m_psh.dwFlags |= PSH_NOAPPLYNOW;
You must have javascript enabled in order to post comments.
Comments
Works perfect
Posted by nxn128 on 11/23/2005 03:16pmJust what I was looking for.
ReplyHow to add a property sheet to local area connection status page dialog?
Posted by Legacy on 05/29/2003 12:00amOriginally posted by: Slav
I know that it is possible to extend standart property pages:
ReplyIn control panel - mouse settings, display settings etc.
How to add a property sheet to local area connection status?
How to hide the "help" button in the CPropertySheet dialog?
Posted by Legacy on 01/02/2003 12:00amOriginally posted by: hanhd
Thank you for helping me!
ReplyRight functionality of Apply Button
Posted by Legacy on 03/28/2002 12:00amOriginally posted by: luki
hi, i'm making propertysheet dlg by using mfc. it means several PropertyPage dialogs in one PropertySheet dlg. My problem: if i delete or hide(ShowWindow(FALSE)) OK and Cancel buttons the Apply button will work not corectly. It means, to be enabled after change. It is enabled during all the existence of dlg. Can anybody help? I want to not to see Cancel,OK buttons in PropertyPage dlg and Apply button has right functionality at the same time. I handling Apply button by using OnCommand a OnApply methods thanks
ReplyHow to Set Tool Tip for the Buttons - OK, Cancel, Help in the Property sheet?
Posted by Legacy on 03/14/2002 12:00amOriginally posted by: Shankar.V.V.S.N
Replydelete Apply button in a modal property sheet dialog
Posted by Legacy on 12/20/2001 12:00amOriginally posted by: Fan Xia
for a modal property sheet dialog, put line
m_psh.dwFlags |= PSH_NOAPPLYNOW;
in all constructor functions. then you can create a local property sheet object and call DoModal.
ReplyRemoving Apply and Moving Buttons so it looks better
Posted by Legacy on 11/14/2001 12:00amOriginally posted by: Joe Sonderegger
ReplyThis how to remove some buttons easily...
Posted by Legacy on 09/20/2001 12:00amOriginally posted by: David A. Reyes
ReplyHow to add button into property sheet ??
Posted by Legacy on 08/21/2001 12:00amOriginally posted by: zoe
how to add a new button into property sheet ??
Replylet say i want to add refresh button
I didn't have any button
Posted by Legacy on 05/16/2001 12:00amOriginally posted by: hugo123
I created a PropertySheet dialog and add it two dialog. But I have no button apply nor OK. How can I set them visible?
ReplyLoading, Please Wait ...