Z
ZhangZQ
how to remove the apply and help button from propertysheet?
I tried to
this->m_psh.dwFlags &= ~PSH_HASHELP;
this->m_psh.dwFlags |= PSH_NOAPPLYNOW;
this->m_psh.dwFlags |= PSH_NOCONTEXTHELP;
the "Apply" button can be removed, but the "Help" button still existed, hwo
to remove it?
Thank you very much!
ZhangZQ
I tried to
this->m_psh.dwFlags &= ~PSH_HASHELP;
this->m_psh.dwFlags |= PSH_NOAPPLYNOW;
this->m_psh.dwFlags |= PSH_NOCONTEXTHELP;
the "Apply" button can be removed, but the "Help" button still existed, hwo
to remove it?
Thank you very much!
ZhangZQ