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

Thread: PropertyGrid

Threaded View

  1. #1
    Join Date
    Apr 2004
    Posts
    265

    PropertyGrid

    Hi,

    I'm working on a propertygrid that has two items. The value of these items has to be taken from a database table. The table contains two columns, but I only want one column data to be displayed in the propertygrid. When the user selects one value from the drop down, the corresponding value has to be recognized. Is this possible please?

    Thanks
    Last edited by shers; December 11th, 2011 at 10:25 AM. Reason: Edit title

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