Click here to Skip to main content
15,910,121 members
Home / Discussions / C#
   

C#

 
GeneralRe: detect a color using C++ Pin
Christian Graus20-Feb-07 17:18
protectorChristian Graus20-Feb-07 17:18 
QuestionConverting Array int[] to List Pin
srivatsan2420-Feb-07 12:48
srivatsan2420-Feb-07 12:48 
AnswerRe: Converting Array int[] to List Pin
tgrt20-Feb-07 12:52
tgrt20-Feb-07 12:52 
AnswerRe: Converting Array int[] to List Pin
Judah Gabriel Himango20-Feb-07 12:57
sponsorJudah Gabriel Himango20-Feb-07 12:57 
GeneralRe: Converting Array int[] to List Pin
srivatsan2420-Feb-07 14:01
srivatsan2420-Feb-07 14:01 
AnswerRe: Converting Array int[] to List Pin
srivatsan2421-Feb-07 3:56
srivatsan2421-Feb-07 3:56 
QuestionSending data from Child to parent Form Pin
Khoramdin20-Feb-07 11:58
Khoramdin20-Feb-07 11:58 
AnswerRe: Sending data from Child to parent Form Pin
mike montagne20-Feb-07 12:30
mike montagne20-Feb-07 12:30 
AnswerRe: Sending data from Child to parent Form Pin
Martin#20-Feb-07 21:28
Martin#20-Feb-07 21:28 
QuestionC# in 2005 Pin
jotorres20-Feb-07 11:11
jotorres20-Feb-07 11:11 
AnswerRe: C# in 2005 Pin
Guffa20-Feb-07 11:53
Guffa20-Feb-07 11:53 
GeneralRe: C# in 2005 Pin
jotorres20-Feb-07 12:16
jotorres20-Feb-07 12:16 
AnswerRe: C# in 2005 Pin
Guffa24-Feb-07 4:08
Guffa24-Feb-07 4:08 
AnswerRe: C# in 2005 Pin
tgrt20-Feb-07 12:27
tgrt20-Feb-07 12:27 
GeneralRe: C# in 2005 Pin
jotorres21-Feb-07 3:56
jotorres21-Feb-07 3:56 
GeneralRe: C# in 2005 Pin
tgrt21-Feb-07 4:38
tgrt21-Feb-07 4:38 
GeneralRe: C# in 2005 Pin
jotorres21-Feb-07 5:03
jotorres21-Feb-07 5:03 
QuestionStructs, Components or Controls as Properties Pin
mike montagne20-Feb-07 10:40
mike montagne20-Feb-07 10:40 
AnswerRe: Structs, Components or Controls as Properties Pin
tgrt20-Feb-07 12:36
tgrt20-Feb-07 12:36 
GeneralRe: Structs, Components or Controls as Properties Pin
mike montagne20-Feb-07 13:24
mike montagne20-Feb-07 13:24 
GeneralRe: Structs, Components or Controls as Properties Pin
mike montagne21-Feb-07 6:47
mike montagne21-Feb-07 6:47 
GeneralRe: Structs, Components or Controls as Properties Pin
mike montagne21-Feb-07 7:55
mike montagne21-Feb-07 7:55 
GeneralSOLVED Pin
mike montagne21-Feb-07 18:02
mike montagne21-Feb-07 18:02 
GeneralDefault Attribute Sensitivity Discovered Pin
mike montagne22-Feb-07 11:46
mike montagne22-Feb-07 11:46 
QuestionHandling events for properties Pin
Mark F.20-Feb-07 10:27
Mark F.20-Feb-07 10:27 
I dropped a PropertyGrid control on a tabpage to use for user settings. I then connected the control to a new class using the propertygrid's SelectedObject property. All of my properties show up fine but I need to know how to capture the event when a property is changed and store it.

Originally I used a settings file but was unable to customize (especially the help descriptions) it to my needs. Hence the new class.

Thanks,
Mark

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.