المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Communicating with the pages in a CPropertySheet



C++ Programming
11-09-2009, 11:00 PM
(Question 1): How do you obtain the data contained in the various CPropertyPage(s) that the CPropertySheet loaded by the AddPage() function?

(Question 2): How do you find out which page the User is presently on? Ex: how do I find out when all the data has been entered?, so I can collect the data entered(once I find out how to get the data from the CPropertyPage(s))

A C++ programming ******** novice, but striving to learn