I have a windows application that has a propertygrid control and the selected object is a picturebox control.
I set the the Image property to a file on my HD, and the picture box displays the im...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20794157.html
Zones:
C#Date Answered: 11/11/2003 Rating: 6.8 Views: 0
I'd like to save the results of the PropInfo.GetValue() to a file and use it later to recreate a form. I'm having difficulties dealing with the variations of the object type returned by the met...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20823459.html
Zones:
C#Date Answered: 07/13/2004 Rating: 7.4 Views: 0
Is there any way to get all of the Properties and the Type of Data that each is out of a property grid?
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21077359.html
Zones:
C#Date Answered: 08/06/2004 Rating: 9.4 Views: 0
Hi All,
please can anyone give me a simple example of how can I access a value from a propertygrid without the use of any extensions.
For example I have a Windows Form that contains a single ...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21558064.html
Zones:
C#Date Answered: 10/04/2005 Rating: 7.8 Views: 0
I have a PropertyGrid and one of the propreties is a byte array (System.Byte[]). When I press the ellipsis in the property grid, it displays the Byte Array Property Editor: http://msdn.microsoft.co...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21589596.html
Zones:
C#Date Answered: 11/10/2005 Rating: 7.8 Views: 5
I added the property below to my class. It shows up fine in the PropertyGrid, however, only the Get routine is ever called. I assume this is because the String Collection Editor changes the string ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21756323.htm...
Hi Guys
Can anyone show me how I can get a NumericUpDown control to display in a propertygrid when I select a property of an int32 type, please?
Thanks
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22397649.html
Zones:
C#Date Answered: 02/25/2007 Rating: 9.0 Views: 9
Hi Experts,
Visual Studio 2005, NET Framework 2.0
When a SelectedGridItemChanged() event occurs, I want to fetch and modify the contents of the row on the PropertyGrid - and save it back to t...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22672060.html
How do you use a PropertyGrid Control?
(it does not come by default. you have to add it to your Windows Controls list)
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_21710491.html
Zones:
C#Date Answered: 01/25/2006 Rating: 9.2 Views: 0
Good day,
I have written a UserControl which has a parameter in the new constructor, that is,
public new (bool login)
I then create an array of these controls and show the array in a Prope...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_20356947.html
Zones:
C#Date Answered: 02/23/2004 Rating: 9.2 Views: 0