CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 1999
    Posts
    10

    Handling Modeless Property Sheet Button Press



    I override the OnInitDialog in my modeless propery sheet to show the default property sheet buttons (OK, Cancel, Help).


    When I clicked the buttons, nothing happens. What messages and/or virtual functions do I have to override to process these buttons?

  2. #2
    Join Date
    Apr 1999
    Posts
    3

    Re: Handling Modeless Property Sheet Button Press



    Thu,


    The OnApply() function gets called for the OK and Apply Now buttons

    I believe you can implement WM_COMMAND handlers for the buttons as well


    dave...

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