|
-
May 20th, 1999, 12:13 AM
#1
Tabs with property page
I have a dialog box, which has 4 different tabs. Those tabs are derived from the CPropertyPage. Inside the dialog box I have 4 buttons, OK, Cancel, Apply, and Help.
Depending on which tab I am in after I push the Apply button the apply button is disabled or reenabled.
Is there anybody know how to enable the apply button all the time?
Thanks,
Suehyun Chung
-
May 25th, 1999, 01:45 AM
#2
Re: Tabs with property page
In order to enable the apply button call SetModified(true).
For further details lookup help for CPropertyPage::SetModified()
in VC++ documentation.
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
|