Matt Ellison
May 19th, 1999, 11:22 AM
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
|
Click to See Complete Forum and Search --> : Dynamically creating CEdit's in a Prop Page Matt Ellison May 19th, 1999, 11:22 AM 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 Jaeyeon Lee May 19th, 1999, 08:04 PM 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. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |