|
-
April 21st, 1999, 02:57 PM
#1
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?
-
April 21st, 1999, 03:42 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|