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

C#

 
GeneralRe: change text from form Pin
OriginalGriff26-Nov-13 5:56
mveOriginalGriff26-Nov-13 5:56 
AnswerRe: change text from form Pin
BillWoodruff25-Nov-13 5:08
professionalBillWoodruff25-Nov-13 5:08 
GeneralRe: change text from form Pin
messages25-Nov-13 5:26
messages25-Nov-13 5:26 
GeneralRe: change text from form Pin
BillWoodruff25-Nov-13 12:39
professionalBillWoodruff25-Nov-13 12:39 
AnswerRe: change text from form Pin
Vinh Nguyen26-Nov-13 0:01
Vinh Nguyen26-Nov-13 0:01 
QuestionHow can I access the properties of this object? Pin
turbosupramk325-Nov-13 3:20
turbosupramk325-Nov-13 3:20 
AnswerRe: How can I access the properties of this object? Pin
Vinh Nguyen25-Nov-13 3:52
Vinh Nguyen25-Nov-13 3:52 
AnswerRe: How can I access the properties of this object? Pin
OriginalGriff25-Nov-13 5:10
mveOriginalGriff25-Nov-13 5:10 
If you can't access them directly in the usual way, then they are not intended to be available and the access modifier has been set to private or protected to prevent you getting at them.

While it would be possible (if rather slow) to access them via Reflection it is generally a very poor idea. They are not normally available for a reason, and because they aren't designed to be available there is no guarantee that they will work in the same way in the next version, or even exist at all.
Relying on items you have not been given normal access to is a very poor idea, and will often come back to bite you when you least expect it. I would not recommend it, not at all.
AnswerRe: How can I access the properties of this object? Pin
turbosupramk325-Nov-13 5:54
turbosupramk325-Nov-13 5:54 
AnswerRe: How can I access the properties of this object? Pin
Abhinav S25-Nov-13 6:35
Abhinav S25-Nov-13 6:35 
GeneralRe: How can I access the properties of this object? Pin
turbosupramk325-Nov-13 7:13
turbosupramk325-Nov-13 7:13 
AnswerRe: How can I access the properties of this object? Pin
Richard Deeming25-Nov-13 8:56
mveRichard Deeming25-Nov-13 8:56 
GeneralRe: How can I access the properties of this object? Pin
turbosupramk325-Nov-13 9:02
turbosupramk325-Nov-13 9:02 
GeneralRe: How can I access the properties of this object? Pin
Richard Deeming25-Nov-13 9:07
mveRichard Deeming25-Nov-13 9:07 
QuestionMemory Usage from Task Manager Pin
devvvy24-Nov-13 13:06
devvvy24-Nov-13 13:06 
AnswerRe: Memory Usage from Task Manager PinPopular
Dave Kreskowiak24-Nov-13 18:05
mveDave Kreskowiak24-Nov-13 18:05 
GeneralRe: Memory Usage from Task Manager Pin
devvvy25-Nov-13 0:49
devvvy25-Nov-13 0:49 
GeneralRe: Memory Usage from Task Manager Pin
Richard MacCutchan25-Nov-13 2:02
mveRichard MacCutchan25-Nov-13 2:02 
GeneralRe: Memory Usage from Task Manager Pin
devvvy29-Nov-13 19:30
devvvy29-Nov-13 19:30 
GeneralRe: Memory Usage from Task Manager Pin
Richard MacCutchan29-Nov-13 22:30
mveRichard MacCutchan29-Nov-13 22:30 
GeneralRe: Memory Usage from Task Manager Pin
Dave Kreskowiak25-Nov-13 2:12
mveDave Kreskowiak25-Nov-13 2:12 
GeneralRe: Memory Usage from Task Manager Pin
devvvy29-Nov-13 16:16
devvvy29-Nov-13 16:16 
GeneralRe: Memory Usage from Task Manager Pin
Dave Kreskowiak29-Nov-13 16:21
mveDave Kreskowiak29-Nov-13 16:21 
GeneralRe: Memory Usage from Task Manager Pin
devvvy29-Nov-13 19:27
devvvy29-Nov-13 19:27 
GeneralRe: Memory Usage from Task Manager Pin
Dave Kreskowiak30-Nov-13 3:10
mveDave Kreskowiak30-Nov-13 3:10 

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.