CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: CEdit Box

  1. #1
    Join Date
    May 1999
    Location
    Mid-West
    Posts
    50

    CEdit Box


    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


  2. #2
    Join Date
    May 1999
    Location
    CT
    Posts
    75

    Re: CEdit Box

    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.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured