I need to dynamically create CEdit boxes in different Property Sheet. Any suggestions? i'm having a problem in figuring out which Cwd* to pass to the Create method of CEdit. Thanks
Printable View
I need to dynamically create CEdit boxes in different Property Sheet. Any suggestions? i'm having a problem in figuring out which Cwd* to pass to the Create method of CEdit. Thanks
You can pass the pointer of the property page where the edit control will be created.
By the way, if the number of your edit controls is not so variant, why not create the edit control
at the dialog editor and simply hide it when it is not necessary. This can be another choice.