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
    11

    CPropertySheet and Visual C++ 6.0

    Has Microsoft changed the way CPropertySheet initializes the pages? In version 5.0 OnInitDialog was called for the page whenever it was made active for the first time. In version 6.0 OnInitDialog is called for every page when the sheet is created. This is causing me all sorts of problems. Can anyone confirm this?


  2. #2
    Join Date
    Apr 1999
    Posts
    11

    Re: CPropertySheet and Visual C++ 6.0

    Update! If the PropertySheet is MODAL then OnInitDialog() is called whenever the page is ACTIVATED. If the PropertySheet is MODELESS then OnInitDialog() is called whenever the SHEET's OnInitDialog() is called. Why the difference?


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