Click here to Skip to main content
15,909,324 members
Home / Discussions / C#
   

C#

 
AnswerRe: Reflection with static inherited methods Pin
Josh Smith29-Jun-06 11:04
Josh Smith29-Jun-06 11:04 
GeneralRe: Reflection with static inherited methods Pin
guroo1329-Jun-06 12:57
guroo1329-Jun-06 12:57 
AnswerRe: Reflection with static inherited methods Pin
Guffa29-Jun-06 13:40
Guffa29-Jun-06 13:40 
GeneralRe: Reflection with static inherited methods Pin
guroo1329-Jun-06 13:51
guroo1329-Jun-06 13:51 
QuestionVS 2005 User Control Toolbox question Pin
LongRange.Shooter29-Jun-06 10:34
LongRange.Shooter29-Jun-06 10:34 
AnswerRe: VS 2005 User Control Toolbox question Pin
Kamal Sagar30-Jun-06 1:10
Kamal Sagar30-Jun-06 1:10 
GeneralRe: VS 2005 User Control Toolbox question Pin
LongRange.Shooter30-Jun-06 11:55
LongRange.Shooter30-Jun-06 11:55 
QuestionHere's a wierd one for you... Pin
BoneSoft29-Jun-06 10:29
BoneSoft29-Jun-06 10:29 
I have a TreeView where each node has an model object in it's Tag property. When a node is selected, I show that object in a property grid.

There are only two levels to this structure, a Category object has a Name and a collection of Field objects, which is displayed as a Catetory Node with child Field nodes.

-Cat1
--Field1
--Field2
-Cat2
--Field3
--Field4

Problem is, the property grid allows you to modify the Fields collection in the property grid, and I can't identify a property grid event that will let me know that this has happened so that I can update the TreeView.

The Validating event fires when you alter a plain text field in the property grid, but not when a collection is modified.

Has anybody dealt with this before?



Try code model generation tools at BoneSoft.com.
AnswerRe: Here's a wierd one for you... Pin
LongRange.Shooter29-Jun-06 10:38
LongRange.Shooter29-Jun-06 10:38 
GeneralRe: Here's a wierd one for you... Pin
BoneSoft29-Jun-06 10:44
BoneSoft29-Jun-06 10:44 
AnswerRe: Here's a wierd one for you... Pin
led mike29-Jun-06 10:51
led mike29-Jun-06 10:51 
GeneralRe: Here's a wierd one for you... Pin
BoneSoft29-Jun-06 10:55
BoneSoft29-Jun-06 10:55 
AnswerRe: Here's a wierd one for you... Pin
Josh Smith29-Jun-06 11:09
Josh Smith29-Jun-06 11:09 
GeneralRe: Here's a wierd one for you... Pin
BoneSoft29-Jun-06 11:12
BoneSoft29-Jun-06 11:12 
GeneralRe: Here's a wierd one for you... Pin
Josh Smith29-Jun-06 11:12
Josh Smith29-Jun-06 11:12 
GeneralRe: Here's a wierd one for you... [modified] Pin
BoneSoft29-Jun-06 11:31
BoneSoft29-Jun-06 11:31 
QuestionTWAIN on Windows 2000 Pin
allenmpcx29-Jun-06 9:12
allenmpcx29-Jun-06 9:12 
QuestionCopying UserControl Variables to another instance of the UserControl Pin
TheBlindWatchmaker29-Jun-06 9:07
TheBlindWatchmaker29-Jun-06 9:07 
QuestionWait or Sleep function in C# Pin
Herhighness29-Jun-06 8:41
Herhighness29-Jun-06 8:41 
AnswerRe: Wait or Sleep function in C# Pin
led mike29-Jun-06 10:11
led mike29-Jun-06 10:11 
AnswerRe: Wait or Sleep function in C# Pin
Jun Du29-Jun-06 12:18
Jun Du29-Jun-06 12:18 
QuestionEvents Between Two Controls Pin
joshp121729-Jun-06 8:29
joshp121729-Jun-06 8:29 
GeneralRe: Events Between Two Controls Pin
Jun Du29-Jun-06 9:20
Jun Du29-Jun-06 9:20 
GeneralRe: Events Between Two Controls Pin
joshp121729-Jun-06 10:18
joshp121729-Jun-06 10:18 
GeneralRe: Events Between Two Controls Pin
Martin#29-Jun-06 10:25
Martin#29-Jun-06 10:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.