Enter Keywords:
1 - 10 of 32(0.016 seconds)
Sort By:
 
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...
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...
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?
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 ...
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...
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 ...
Zones: MS Visual BasicDate Answered: 03/03/2006 Rating: 8.4 Views: 0
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
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...
Zones: C#, .NET Framework 2.x, Visual S...Date Answered: 07/03/2007 Rating: 7.8 Views: 4
How do you use a PropertyGrid Control? (it does not come by default. you have to add it to your Windows Controls list)
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...
Zones: C#Date Answered: 02/23/2004 Rating: 9.2 Views: 0