PropertySheet AddPage function! |
Post Reply |
Author | |
netman2
Groupie Joined: 19 April 2016 Location: Seoul Status: Offline Points: 24 |
Post Options
Thanks(0)
Posted: 24 June 2017 at 4:27am |
Hello, I have a question about AddPage function.
Nowadays, I'm implementing search function in the propertysheet. For example, If I put some words in edit control, It will look for same words in all property pages. But, there is a problem. If I use AddPage function, It's not creating window at that time. I checked comments in XTPPropertySheet.h Comments: // AddPage adds the CPropertyPage object to the CPropertySheet object's list of pages but does // not actually create the window for the page. The framework postpones creation of the window for the page until the user selects that page. So, If I look for all pages, at that time pages are not created. Can I initialize all pages before user selection?? I will look forward to your support! Thanks |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |