CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2007
    Posts
    52

    Talking (suggestion) The best way to create a properties list

    I have not an error this time, but I need a suggestion

    I need to create a properties list, each with a combo box or an edit box besides its description label, as the form properties in visual studio (see attachment)


    The question is: how to implement such a system?

    Considerating that I need to change combo boxes and/or edit boxes on user's click, I should create something like 12 lightly different child windows!!

    I absolutely need something more professional, any idea?

    Thanks for advance
    Attached Images Attached Images

  2. #2
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: (suggestion) The best way to create a properties list

    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  3. #3
    Join Date
    Jul 2007
    Posts
    52

    Re: (suggestion) The best way to create a properties list

    Thanks very much Marc, I think i've found a solution

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