CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Property Page

  1. #1
    Join Date
    Jun 1999
    Posts
    6

    Property Page

    How do I remove the apply button on a properyty page.

    Thanks


  2. #2

    Re: Property Page

    in constructor call
    m_psh.dwFlags |= PSH_NOAPPLYNOW;



  3. #3
    Join Date
    Jun 1999
    Posts
    6

    Re: Property Page

    thanks


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured