Click to See Complete Forum and Search --> : Property Page


james.l
June 29th, 1999, 05:40 AM
How do I remove the apply button on a properyty page.

Thanks

real name
June 29th, 1999, 05:47 AM
in constructor call
m_psh.dwFlags |= PSH_NOAPPLYNOW;

james.l
June 29th, 1999, 05:58 AM
thanks