Click here to Skip to main content
15,916,601 members
Home / Discussions / C#
   

C#

 
QuestionAnother Thread Question (Dumb) Pin
Tristan Rhodes30-Nov-06 13:12
Tristan Rhodes30-Nov-06 13:12 
AnswerRe: Another Thread Question (Dumb) Pin
S. Senthil Kumar30-Nov-06 23:18
S. Senthil Kumar30-Nov-06 23:18 
QuestionQuestion Pin
tamerana200430-Nov-06 11:06
tamerana200430-Nov-06 11:06 
AnswerRe: Question Pin
Christian Graus30-Nov-06 11:18
protectorChristian Graus30-Nov-06 11:18 
QuestionAsking about the best way to place huge images in a ListView ? Pin
Marcos Hernandez30-Nov-06 10:11
Marcos Hernandez30-Nov-06 10:11 
AnswerRe: Asking about the best way to place huge images in a ListView ? Pin
Christian Graus30-Nov-06 11:18
protectorChristian Graus30-Nov-06 11:18 
GeneralRe: Asking about the best way to place huge images in a ListView ? Pin
Marcos Hernandez30-Nov-06 19:47
Marcos Hernandez30-Nov-06 19:47 
QuestionFunction that never returns Pin
Vega0230-Nov-06 8:46
Vega0230-Nov-06 8:46 
Just out of sick curiosity, is there a function in the .NET Framework that I can call that is guaranteed to block forever? Right now I'm creating a new ManualResetEvent object, then calling its WaitOne() method.

The reason for this is that I'm calling a ton of Stream.BeginRead() methods from my Main() method, and the delegates called when these reads complete eventually take over program execution. I'm pretty sure that this is bad coding style, but this is just for an experimental application, not a production app. Smile | :)

Thanks!

AnswerRe: Function that never returns Pin
Ed.Poore30-Nov-06 8:48
Ed.Poore30-Nov-06 8:48 
GeneralRe: Function that never returns Pin
Vega0230-Nov-06 9:01
Vega0230-Nov-06 9:01 
GeneralRe: Function that never returns Pin
Dave Kreskowiak30-Nov-06 9:11
mveDave Kreskowiak30-Nov-06 9:11 
GeneralRe: Function that never returns Pin
led mike30-Nov-06 11:58
led mike30-Nov-06 11:58 
GeneralRe: Function that never returns Pin
Vega0230-Nov-06 16:50
Vega0230-Nov-06 16:50 
GeneralRe: Function that never returns Pin
Ed.Poore30-Nov-06 12:06
Ed.Poore30-Nov-06 12:06 
AnswerRe: Function that never returns Pin
Pete O'Hanlon30-Nov-06 9:00
mvePete O'Hanlon30-Nov-06 9:00 
AnswerRe: Function that never returns Pin
Guffa30-Nov-06 9:11
Guffa30-Nov-06 9:11 
GeneralRe: Function that never returns Pin
Vega0230-Nov-06 9:19
Vega0230-Nov-06 9:19 
QuestionListView Select Removing SelectedItem Pin
smarttom9930-Nov-06 7:15
smarttom9930-Nov-06 7:15 
AnswerRe: ListView Select Removing SelectedItem Pin
Christian Graus30-Nov-06 8:19
protectorChristian Graus30-Nov-06 8:19 
AnswerRe: ListView Select Removing SelectedItem Pin
Nader Elshehabi30-Nov-06 9:33
Nader Elshehabi30-Nov-06 9:33 
QuestionApply Curves on Images Pin
fcis200730-Nov-06 6:47
fcis200730-Nov-06 6:47 
AnswerRe: Apply Curves on Images Pin
Christian Graus30-Nov-06 8:18
protectorChristian Graus30-Nov-06 8:18 
AnswerRe: Apply Curves on Images Pin
ednrgc30-Nov-06 8:26
ednrgc30-Nov-06 8:26 
GeneralRe: Apply Curves on Images Pin
fcis200730-Nov-06 9:29
fcis200730-Nov-06 9:29 
QuestionClose SqlServer Database Pin
freshonlineMax30-Nov-06 5:46
freshonlineMax30-Nov-06 5:46 

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.