Click here to Skip to main content
15,916,091 members
Home / Discussions / C#
   

C#

 
AnswerRe: need answer Pin
KaptinKrunch2-Jul-08 6:55
KaptinKrunch2-Jul-08 6:55 
Questionhow to implement keyboard hotkeys to minimize an application & reopen it? Pin
WebMaster2-Jul-08 3:07
WebMaster2-Jul-08 3:07 
AnswerRe: how to implement keyboard hotkeys to minimize an application & reopen it? Pin
Xmen Real 2-Jul-08 5:30
professional Xmen Real 2-Jul-08 5:30 
AnswerRe: how to implement keyboard hotkeys to minimize an application & reopen it? Pin
Giorgi Dalakishvili2-Jul-08 8:18
mentorGiorgi Dalakishvili2-Jul-08 8:18 
QuestionOLE Objects & .Net Pin
euroUK2-Jul-08 3:06
euroUK2-Jul-08 3:06 
AnswerRe: OLE Objects & .Net Pin
led mike2-Jul-08 4:50
led mike2-Jul-08 4:50 
QuestionPropertyGrid questions Pin
Dewald2-Jul-08 2:43
Dewald2-Jul-08 2:43 
AnswerRe: PropertyGrid questions Pin
visualhint11-Aug-08 4:59
visualhint11-Aug-08 4:59 
Hi,

The MS PropertyGrid has not been designed to do that but you can still call the SelectedGridItem property to get the selected property, and then Parent property of the returned GridItem until GridItemType equals Root. Then, you can recursively parse the grid with the GridItems property of the GridItem class.

After that, the Value and PropertyDescriptor properties will help you compare the actual value with the default one.

I hope this helps.

Best regards,

Nicolas Cadilhac @ VisualHint
Smart PropertyGrid.Net
Microsoft PropertyGrid Resource List
Free PropertyGrid for MFC
Smart FieldPackEditor.Net / DateTimePicker
Questionhow to get list of oracle servers running on network using c# Pin
ganeshdpatil2-Jul-08 2:42
ganeshdpatil2-Jul-08 2:42 
AnswerRe: how to get list of oracle servers running on network using c# Pin
led mike2-Jul-08 4:47
led mike2-Jul-08 4:47 
GeneralRe: how to get list of oracle servers running on network using c# Pin
Pete O'Hanlon2-Jul-08 4:55
mvePete O'Hanlon2-Jul-08 4:55 
GeneralRe: how to get list of oracle servers running on network using c# Pin
led mike2-Jul-08 6:01
led mike2-Jul-08 6:01 
GeneralRe: how to get list of oracle servers running on network using c# Pin
Pete O'Hanlon2-Jul-08 8:34
mvePete O'Hanlon2-Jul-08 8:34 
GeneralRe: how to get list of oracle servers running on network using c# Pin
led mike2-Jul-08 9:31
led mike2-Jul-08 9:31 
AnswerRe: how to get list of oracle servers running on network using c# Pin
Swetha Srinivasan7-Sep-09 19:50
Swetha Srinivasan7-Sep-09 19:50 
GeneralRe: how to get list of oracle servers running on network using c# Pin
ganeshdpatil7-Sep-09 20:48
ganeshdpatil7-Sep-09 20:48 
QuestionError management Pin
Scalee2-Jul-08 2:10
Scalee2-Jul-08 2:10 
AnswerRe: Error management Pin
Simon P Stevens2-Jul-08 3:14
Simon P Stevens2-Jul-08 3:14 
GeneralRe: Error management Pin
Scalee2-Jul-08 4:32
Scalee2-Jul-08 4:32 
GeneralRe: Error management Pin
Simon P Stevens2-Jul-08 5:12
Simon P Stevens2-Jul-08 5:12 
GeneralRe: Error management Pin
Scalee2-Jul-08 5:35
Scalee2-Jul-08 5:35 
GeneralRe: Error management Pin
Scalee2-Jul-08 5:46
Scalee2-Jul-08 5:46 
GeneralRe: Error management Pin
Simon P Stevens2-Jul-08 5:55
Simon P Stevens2-Jul-08 5:55 
GeneralRe: Error management Pin
Simon P Stevens2-Jul-08 5:50
Simon P Stevens2-Jul-08 5:50 
GeneralRe: Error management Pin
Scalee2-Jul-08 6:05
Scalee2-Jul-08 6:05 

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.