Click here to Skip to main content
15,903,012 members
Home / Discussions / C#
   

C#

 
AnswerRe: MultiThreading Pin
led mike5-Jan-07 5:10
led mike5-Jan-07 5:10 
GeneralRe: MultiThreading Pin
indiaone7-Jan-07 19:56
indiaone7-Jan-07 19:56 
GeneralRe: MultiThreading[What i want] Pin
indiaone8-Jan-07 2:35
indiaone8-Jan-07 2:35 
GeneralRe: MultiThreading Pin
led mike8-Jan-07 5:44
led mike8-Jan-07 5:44 
QuestionTesting the type of data Pin
manustone5-Jan-07 0:20
manustone5-Jan-07 0:20 
AnswerRe: Testing the type of data Pin
Russell Jones5-Jan-07 0:26
Russell Jones5-Jan-07 0:26 
GeneralRe: Testing the type of data Pin
manustone5-Jan-07 0:43
manustone5-Jan-07 0:43 
GeneralRe: Testing the type of data Pin
User 66585-Jan-07 2:09
User 66585-Jan-07 2:09 
Additional to arachnoids second solution you may also do this:

if(obj is string)
        DoStuff((string)obj);


regards

modified 12-Sep-18 21:01pm.

QuestionSystem.Windows.Forms.WebBrowser and I.E. System cache Pin
Cozumel995-Jan-07 0:19
Cozumel995-Jan-07 0:19 
AnswerRe: System.Windows.Forms.WebBrowser and I.E. System cache Pin
Steve Hansen5-Jan-07 2:11
Steve Hansen5-Jan-07 2:11 
GeneralRe: System.Windows.Forms.WebBrowser and I.E. System cache Pin
Cozumel995-Jan-07 17:24
Cozumel995-Jan-07 17:24 
Questionhow can i obtain memory and pin information of smart divice Pin
02122534-Jan-07 23:59
02122534-Jan-07 23:59 
Questionexecute exe file Pin
suveenmohan4-Jan-07 23:44
suveenmohan4-Jan-07 23:44 
AnswerRe: execute exe file Pin
slugonamission4-Jan-07 23:47
slugonamission4-Jan-07 23:47 
AnswerRe: execute exe file Pin
Christian Graus4-Jan-07 23:47
protectorChristian Graus4-Jan-07 23:47 
QuestionMotion Blur Effect in c# Pin
Black Mole4-Jan-07 23:05
Black Mole4-Jan-07 23:05 
AnswerRe: Motion Blur Effect in c# Pin
Pete O'Hanlon4-Jan-07 23:20
mvePete O'Hanlon4-Jan-07 23:20 
GeneralRe: Motion Blur Effect in c# Pin
Black Mole4-Jan-07 23:46
Black Mole4-Jan-07 23:46 
GeneralRe: Motion Blur Effect in c# Pin
Christian Graus4-Jan-07 23:49
protectorChristian Graus4-Jan-07 23:49 
AnswerRe: Motion Blur Effect in c# Pin
Stanciu Vlad5-Jan-07 1:19
Stanciu Vlad5-Jan-07 1:19 
QuestionXP Themes Pin
Russell Jones4-Jan-07 22:17
Russell Jones4-Jan-07 22:17 
AnswerRe: XP Themes Pin
Dominik Reichl4-Jan-07 22:42
Dominik Reichl4-Jan-07 22:42 
GeneralRe: XP Themes Pin
Russell Jones4-Jan-07 22:46
Russell Jones4-Jan-07 22:46 
Questionusing a namespace Pin
Member 20251764-Jan-07 21:40
Member 20251764-Jan-07 21:40 
AnswerRe: using a namespace Pin
Russell Jones4-Jan-07 21:48
Russell Jones4-Jan-07 21:48 

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.