|
-
March 28th, 1999, 12:16 PM
#1
PropertySheet: How to make the apply button work
I have the followig code
CPropertySheet sheet;
CPage1 page1;
CPage2 page;
sheet.AddPage(&page1);
sheet.AddPage(&page2);
sheet.DoModal();
it displays a propertysheet with ok,cancel, and apply button but the last button is not enables. How will I use the
apply button?
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
|