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

Threaded View

  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

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