07-28-2008 09:55 PM
07-29-2008 03:16 PM
07-29-2008 04:24 PM
Yes but this vi is limited to the conversion of string, path, number, arrays. The .Net object required to populate this control is more sophisticated: it has members (name and value to display) and attributes to control how information is organized (section names,...).
Pierre Cottin
07-29-2008 04:46 PM - edited 07-29-2008 04:46 PM
07-30-2008 09:33 AM
07-30-2008 09:46 AM
Thanks Jarrod for your suggestion. Unfortunately, if I link the Hashtable object to the PropertyGrid, it displays the proterties of the HashTable object like Count (with the value 3 if, for example, I have 3 sets of keys and values), isReadOnly or Item. Key and value appear as Collection. Data is present in the grid but is not displayed as expected.
To answer smercurio_fc, I can use System.Object constructor but then this object has no method to add items or properties
07-30-2008 10:10 AM
07-30-2008 10:16 AM
07-30-2008 12:59 PM
07-30-2008 03:54 PM