Click here to Skip to main content
15,891,021 members
Home / Discussions / C#
   

C#

 
GeneralRe: static methods Pin
leppie25-Feb-06 19:44
leppie25-Feb-06 19:44 
Questioncorrect errors in xml Pin
SJ_Phoenix25-Feb-06 10:19
SJ_Phoenix25-Feb-06 10:19 
Questionhow can i find my real ip Pin
CursedXp25-Feb-06 9:54
CursedXp25-Feb-06 9:54 
AnswerRe: how can i find my real ip Pin
Guffa25-Feb-06 10:46
Guffa25-Feb-06 10:46 
AnswerRe: how can i find my real ip Pin
Luis Alonso Ramos25-Feb-06 18:01
Luis Alonso Ramos25-Feb-06 18:01 
AnswerRe: how can i find my real ip Pin
CursedXp26-Feb-06 3:40
CursedXp26-Feb-06 3:40 
QuestionNeed help with Multithreadding Pin
jakehn25-Feb-06 9:36
jakehn25-Feb-06 9:36 
AnswerRe: Need help with Multithreadding Pin
User 665825-Feb-06 9:43
User 665825-Feb-06 9:43 
What you want is a ThreadPool. By default it handles up to 25 Threads for you, but you can change the number. But don't use too many threads at a time or the thread switiching overhead will be greater than the performance you might gain by using many threads.

Check this example over at MSDN.

regards

modified 12-Sep-18 21:01pm.

GeneralRe: Need help with Multithreadding Pin
jakehn25-Feb-06 9:53
jakehn25-Feb-06 9:53 
GeneralRe: Need help with Multithreadding Pin
User 665825-Feb-06 9:54
User 665825-Feb-06 9:54 
AnswerRe: Need help with Multithreadding Pin
Backdraft210026-Feb-06 4:02
Backdraft210026-Feb-06 4:02 
QuestionHow can I create a report from password protected database in C#? Pin
zoxter25-Feb-06 9:28
zoxter25-Feb-06 9:28 
QuestionCode for joystick Pin
leo_panthera25-Feb-06 9:07
leo_panthera25-Feb-06 9:07 
AnswerRe: Code for joystick Pin
Joshua Quick25-Feb-06 10:56
Joshua Quick25-Feb-06 10:56 
AnswerRe: Code for joystick Pin
Daniel Grunwald26-Feb-06 0:37
Daniel Grunwald26-Feb-06 0:37 
QuestionCharacter encoding Pin
Robert197425-Feb-06 8:49
Robert197425-Feb-06 8:49 
AnswerRe: Character encoding Pin
Joe Woodbury25-Feb-06 8:57
professionalJoe Woodbury25-Feb-06 8:57 
AnswerRe: Character encoding Pin
User 665825-Feb-06 9:04
User 665825-Feb-06 9:04 
GeneralRe: Character encoding Pin
Robert197425-Feb-06 9:24
Robert197425-Feb-06 9:24 
QuestionSkins Pin
Sean8925-Feb-06 8:48
Sean8925-Feb-06 8:48 
Questionshowing values in combo box Pin
rizwan_rashid25-Feb-06 7:31
rizwan_rashid25-Feb-06 7:31 
AnswerRe: showing values in combo box Pin
Paul Conrad25-Feb-06 8:12
professionalPaul Conrad25-Feb-06 8:12 
AnswerRe: showing values in combo box Pin
microsoc26-Feb-06 15:27
microsoc26-Feb-06 15:27 
GeneralRe: showing values in combo box Pin
Paul Conrad26-Feb-06 17:54
professionalPaul Conrad26-Feb-06 17:54 
AnswerRe: showing values in combo box Pin
User 665825-Feb-06 8:22
User 665825-Feb-06 8:22 

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.