Click here to Skip to main content
15,885,032 members
Home / Discussions / C#
   

C#

 
AnswerRe: ComboBox in Datagrid view Pin
Gopal.S1-May-08 21:12
Gopal.S1-May-08 21:12 
GeneralRe: ComboBox in Datagrid view Pin
cocoonwls1-May-08 22:45
cocoonwls1-May-08 22:45 
QuestionMember Function Pointers usage on class instances: Pin
Net Guy1-May-08 17:14
Net Guy1-May-08 17:14 
AnswerRe: Member Function Pointers usage on class instances: Pin
Christian Graus1-May-08 17:19
protectorChristian Graus1-May-08 17:19 
QuestionReflection Question Pin
MrColeyted1-May-08 16:49
MrColeyted1-May-08 16:49 
AnswerRe: Reflection Question Pin
PIEBALDconsult1-May-08 19:07
mvePIEBALDconsult1-May-08 19:07 
GeneralRe: Reflection Question Pin
MrColeyted1-May-08 19:22
MrColeyted1-May-08 19:22 
AnswerRe: Reflection Question Pin
J a a n s1-May-08 22:35
professionalJ a a n s1-May-08 22:35 
MrColeyted wrote:
richTextBox1.Text += "\n" +
prop.Name + "\t\t:" + prop.GetValue(t, null);


You are trying to find the property value from the type, you have tried to get it from the object itself Smile | :)

richTextBox1.Text += "\n" +
      prop.Name + "\t\t:" + prop.GetValue(controls[index], null);

 


*jaans

GeneralRe: Reflection Question Pin
MrColeyted1-May-08 23:00
MrColeyted1-May-08 23:00 
QuestionXSD class generation tool Pin
cbadal1-May-08 15:52
cbadal1-May-08 15:52 
AnswerRe: XSD class generation tool Pin
cbadal3-May-08 5:20
cbadal3-May-08 5:20 
AnswerRe: XSD class generation tool Pin
sri_00997-Jan-10 19:55
sri_00997-Jan-10 19:55 
Questionpassing argmumnet to cmd from and application Pin
Naveed7271-May-08 14:58
Naveed7271-May-08 14:58 
AnswerRe: passing argmumnet to cmd from and application Pin
Ennis Ray Lynch, Jr.1-May-08 15:03
Ennis Ray Lynch, Jr.1-May-08 15:03 
GeneralRe: passing argmumnet to cmd from and application Pin
Naveed7271-May-08 21:40
Naveed7271-May-08 21:40 
AnswerRe: passing argmumnet to cmd from and application Pin
Luc Pattyn1-May-08 22:36
sitebuilderLuc Pattyn1-May-08 22:36 
QuestionTransfer info from Form1 to Form2 Pin
nelsonpaixao1-May-08 14:35
nelsonpaixao1-May-08 14:35 
AnswerRe: Transfer info from Form1 to Form2 Pin
Christian Graus1-May-08 15:57
protectorChristian Graus1-May-08 15:57 
AnswerRe: Transfer info from Form1 to Form2 Pin
tika/ajay1-May-08 19:50
tika/ajay1-May-08 19:50 
GeneralRe: Transfer info from Form1 to Form2 Pin
Christian Graus1-May-08 21:37
protectorChristian Graus1-May-08 21:37 
AnswerRe: Transfer info from Form1 to Form2 Pin
Bhim Prakash Singh2-May-08 0:12
Bhim Prakash Singh2-May-08 0:12 
QuestionRe: Transfer info from Form1 to Form2 Pin
nelsonpaixao4-May-08 16:35
nelsonpaixao4-May-08 16:35 
Questionadditional tasks in setup project Pin
Knowledgestudent1-May-08 14:31
Knowledgestudent1-May-08 14:31 
AnswerRe: additional tasks in setup project Pin
Christian Graus1-May-08 15:59
protectorChristian Graus1-May-08 15:59 
GeneralRe: additional tasks in setup project Pin
Knowledgestudent1-May-08 22:21
Knowledgestudent1-May-08 22:21 

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.