Click here to Skip to main content
15,906,463 members
Home / Discussions / C#
   

C#

 
GeneralRe: casting from System._ComObject Pin
manustone18-Aug-10 6:16
manustone18-Aug-10 6:16 
AnswerRe: casting from System._ComObject Pin
Paul Michalik20-Aug-10 22:45
Paul Michalik20-Aug-10 22:45 
Questionerror in c# Pin
arkiboys18-Aug-10 4:56
arkiboys18-Aug-10 4:56 
AnswerRe: error in c# Pin
Nuri Ismail18-Aug-10 5:04
Nuri Ismail18-Aug-10 5:04 
GeneralRe: error in c# Pin
arkiboys18-Aug-10 5:05
arkiboys18-Aug-10 5:05 
GeneralRe: error in c# Pin
Nuri Ismail18-Aug-10 5:13
Nuri Ismail18-Aug-10 5:13 
AnswerRe: error in c# Pin
OriginalGriff18-Aug-10 5:12
mveOriginalGriff18-Aug-10 5:12 
Questionc# Pin
galatia-318-Aug-10 4:06
galatia-318-Aug-10 4:06 
AnswerRe: c# PinPopular
Bernhard Hiller18-Aug-10 4:14
Bernhard Hiller18-Aug-10 4:14 
AnswerRe: c# Pin
Ian Shlasko18-Aug-10 4:18
Ian Shlasko18-Aug-10 4:18 
AnswerRe: c# Pin
J4amieC18-Aug-10 4:50
J4amieC18-Aug-10 4:50 
AnswerRe: c# Pin
OriginalGriff18-Aug-10 5:16
mveOriginalGriff18-Aug-10 5:16 
AnswerHomework alert, bad subject line alert, laziness alert PinPopular
Luc Pattyn18-Aug-10 5:48
sitebuilderLuc Pattyn18-Aug-10 5:48 
AnswerNormally, I wouldn't answer homework Pin
Ennis Ray Lynch, Jr.18-Aug-10 6:31
Ennis Ray Lynch, Jr.18-Aug-10 6:31 
GeneralRe: Normally, I wouldn't answer homework Pin
Chris Trelawny-Ross19-Aug-10 6:13
Chris Trelawny-Ross19-Aug-10 6:13 
AnswerRe: c# Pin
Dan Mos18-Aug-10 7:30
Dan Mos18-Aug-10 7:30 
AnswerRe: c# Pin
Ravi Bhavnani18-Aug-10 10:28
professionalRavi Bhavnani18-Aug-10 10:28 
QuestionConnect to network equipment Pin
grmihel218-Aug-10 2:49
grmihel218-Aug-10 2:49 
AnswerMessage Closed Pin
18-Aug-10 3:19
stancrm18-Aug-10 3:19 
GeneralRe: Connect to network equipment Pin
grmihel218-Aug-10 3:30
grmihel218-Aug-10 3:30 
QuestionHow can I get the name of the object from Reflection ? Pin
Nadia Monalisa18-Aug-10 2:29
Nadia Monalisa18-Aug-10 2:29 
GeneralRe: How can I get the name of the object from Reflection ? Pin
harold aptroot18-Aug-10 2:50
harold aptroot18-Aug-10 2:50 
The Type object for the ID field has no knowledge of the Demo class.
If you want to get the name "ID" you will have to do it through the type object of Demo, and get a FieldInfo of the field ID. The property Name of that FieldInfo object will hold the string "ID".
That does not sound very useful to me though, because you already had to know that the field is called ID to find it in the first place.
GeneralRe: How can I get the name of the object from Reflection ? Pin
Nadia Monalisa18-Aug-10 3:17
Nadia Monalisa18-Aug-10 3:17 
GeneralRe: How can I get the name of the object from Reflection ? Pin
harold aptroot18-Aug-10 3:26
harold aptroot18-Aug-10 3:26 
GeneralRe: How can I get the name of the object from Reflection ? Pin
Nadia Monalisa18-Aug-10 3:41
Nadia Monalisa18-Aug-10 3:41 

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.