Matt Ellison
May 19th, 1999, 08:19 AM
I need to statically create multiple edit box's within a tab control. I can't seem to get it to work. Any ideas thanks in advance
|
Click to See Complete Forum and Search --> : CEdit Box Matt Ellison May 19th, 1999, 08:19 AM I need to statically create multiple edit box's within a tab control. I can't seem to get it to work. Any ideas thanks in advance smakadia May 20th, 1999, 02:50 PM You need to create a new dialog with the edit boxes. The properties you need to set on the dialog are: 1. It needs to be a child and 2. It needs to be disabled. Then you need to derive the dialogs class from the CPropertyPage class. I hope that helps. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |