Click here to Skip to main content
15,913,055 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem with aborted thread.. Pin
S. Senthil Kumar18-May-06 23:04
S. Senthil Kumar18-May-06 23:04 
AnswerRe: Problem with aborted thread.. Pin
ALQallaf19-May-06 1:43
ALQallaf19-May-06 1:43 
QuestionSimulating Mouse Events Pin
SamKemp18-May-06 13:56
SamKemp18-May-06 13:56 
AnswerRe: Simulating Mouse Events Pin
rah_sin18-May-06 18:49
professionalrah_sin18-May-06 18:49 
QuestionComputer name from user name Pin
Elvis_Pretzelator18-May-06 12:50
Elvis_Pretzelator18-May-06 12:50 
QuestionCatching Exceptions across thread boundaries Pin
nicknotyet18-May-06 11:33
nicknotyet18-May-06 11:33 
AnswerRe: Catching Exceptions across thread boundaries Pin
Rei Miyasaka18-May-06 11:49
Rei Miyasaka18-May-06 11:49 
AnswerRe: Catching Exceptions across thread boundaries Pin
Michael Dunn18-May-06 13:29
sitebuilderMichael Dunn18-May-06 13:29 
AnswerRe: Catching Exceptions across thread boundaries Pin
S. Senthil Kumar18-May-06 23:07
S. Senthil Kumar18-May-06 23:07 
GeneralRe: Catching Exceptions across thread boundaries Pin
nicknotyet19-May-06 8:58
nicknotyet19-May-06 8:58 
Questiontransferring data between forms Pin
TheJudeDude18-May-06 11:27
TheJudeDude18-May-06 11:27 
AnswerRe: transferring data between forms Pin
Rei Miyasaka18-May-06 11:40
Rei Miyasaka18-May-06 11:40 
GeneralRe: transferring data between forms Pin
TheJudeDude18-May-06 11:57
TheJudeDude18-May-06 11:57 
AnswerRe: transferring data between forms Pin
Colin Angus Mackay18-May-06 12:31
Colin Angus Mackay18-May-06 12:31 
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 

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.