Click here to Skip to main content
15,888,816 members
Home / Discussions / C#
   

C#

 
AnswerRe: transferring data between forms Pin
stancrm18-May-06 20:35
stancrm18-May-06 20:35 
QuestionHow to add node in DevExpress.XtraTreeList Pin
Dima Filipiuk18-May-06 11:06
Dima Filipiuk18-May-06 11:06 
QuestionSetup Project on vs 2005 with framework Pin
fetras18-May-06 11:05
fetras18-May-06 11:05 
AnswerRe: Setup Project on vs 2005 with framework Pin
fetras18-May-06 12:32
fetras18-May-06 12:32 
AnswerRe: Setup Project on vs 2005 with framework Pin
MoustafaS18-May-06 13:56
MoustafaS18-May-06 13:56 
AnswerRe: Setup Project on vs 2005 with framework Pin
fetras19-May-06 7:17
fetras19-May-06 7:17 
Questionobject.GetType() Question ??? Pin
CombatRob18-May-06 10:57
CombatRob18-May-06 10:57 
AnswerRe: object.GetType() Question ??? Pin
NaNg1524118-May-06 11:07
NaNg1524118-May-06 11:07 
Why should it work? t is a variable, no metter if it's a System.Type, it's still a variable...
I can advise you to do something:
1. either you do a case\if statements to get the Type and do by that.
2. OR either you can do an interface (or use one) that all the types you need can implement from it, eg. string\int.... are most likly implementin ICompareable, you can use that.

I have no more ideas for that...
AnswerRe: object.GetType() Question ??? Pin
CombatRob18-May-06 11:14
CombatRob18-May-06 11:14 
GeneralRe: object.GetType() Question ??? Pin
Rei Miyasaka18-May-06 11:54
Rei Miyasaka18-May-06 11:54 
GeneralRe: object.GetType() Question ??? Pin
Nick Parker18-May-06 12:00
protectorNick Parker18-May-06 12:00 
QuestionCasting an image from an ImageList to an Icon? Pin
LongRange.Shooter18-May-06 9:39
LongRange.Shooter18-May-06 9:39 
AnswerRe: Casting an image from an ImageList to an Icon? Pin
Rei Miyasaka18-May-06 9:54
Rei Miyasaka18-May-06 9:54 
GeneralRe: Casting an image from an ImageList to an Icon? Pin
led mike18-May-06 10:05
led mike18-May-06 10:05 
GeneralRe: Casting an image from an ImageList to an Icon? Pin
Rei Miyasaka18-May-06 10:10
Rei Miyasaka18-May-06 10:10 
GeneralRe: Casting an image from an ImageList to an Icon? Pin
led mike18-May-06 10:17
led mike18-May-06 10:17 
GeneralRe: Casting an image from an ImageList to an Icon? Pin
LongRange.Shooter19-May-06 4:18
LongRange.Shooter19-May-06 4:18 
QuestionHow i exit application Pin
cshivaprasad18-May-06 9:31
cshivaprasad18-May-06 9:31 
AnswerRe: How i exit application Pin
Rei Miyasaka18-May-06 9:54
Rei Miyasaka18-May-06 9:54 
AnswerRe: How i exit application Pin
friendshiple18-May-06 14:55
friendshiple18-May-06 14:55 
QuestionHow do I make my objects Database aware? Pin
martin_hughes18-May-06 9:22
martin_hughes18-May-06 9:22 
AnswerRe: How do I make my objects Database aware? Pin
Rei Miyasaka18-May-06 10:08
Rei Miyasaka18-May-06 10:08 
GeneralRe: How do I make my objects Database aware? Pin
martin_hughes18-May-06 22:21
martin_hughes18-May-06 22:21 
GeneralRe: How do I make my objects Database aware? Pin
Rei Miyasaka18-May-06 23:06
Rei Miyasaka18-May-06 23:06 
GeneralRe: How do I make my objects Database aware? Pin
martin_hughes19-May-06 1:32
martin_hughes19-May-06 1:32 

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.