Click here to Skip to main content
15,901,284 members
Home / Discussions / C#
   

C#

 
QuestionQuick DaaView Question Pin
Tom Wright29-Mar-06 18:38
Tom Wright29-Mar-06 18:38 
AnswerRe: Quick DaaView Question Pin
Maqsood Ahmed29-Mar-06 19:15
Maqsood Ahmed29-Mar-06 19:15 
QuestionBindingNavigation Pin
James M 198229-Mar-06 15:59
James M 198229-Mar-06 15:59 
AnswerRe: BindingNavigation Pin
Tom Wright29-Mar-06 19:07
Tom Wright29-Mar-06 19:07 
QuestionAbout AutoResetEvent Pin
Bob_Sun29-Mar-06 14:47
Bob_Sun29-Mar-06 14:47 
AnswerRe: About AutoResetEvent Pin
George L. Jackson29-Mar-06 17:03
George L. Jackson29-Mar-06 17:03 
GeneralRe: About AutoResetEvent Pin
Bob_Sun29-Mar-06 20:07
Bob_Sun29-Mar-06 20:07 
GeneralRe: About AutoResetEvent Pin
George L. Jackson30-Mar-06 1:18
George L. Jackson30-Mar-06 1:18 
Bob_Sun wrote:
Would tell me if there are some difference between using AutoResetEvent' WaitOne/Set in forground-thread (started by Thread.Start() )and background thread(started by BeginInvoke()).


I believe there is no difference.

Anyway, you need to initialize the AutoResetEvent as unsignaled before using it:

AutoResetEvent are = new AutoResetEvent(false);

It also needs to be in the same scope as the thread waiting for the signal.
QuestionSpecified Cast Invalid Pin
Jonathen Scalet29-Mar-06 14:16
Jonathen Scalet29-Mar-06 14:16 
AnswerRe: Specified Cast Invalid Pin
Christian Graus29-Mar-06 16:20
protectorChristian Graus29-Mar-06 16:20 
QuestionCollectionEditor Serialization Pin
cnich2329-Mar-06 13:26
cnich2329-Mar-06 13:26 
QuestionHow to rotate shapes around it's center when it is moving ? Pin
hdv21229-Mar-06 13:25
hdv21229-Mar-06 13:25 
AnswerRe: How to rotate shapes around it's center when it is moving ? Pin
Guffa29-Mar-06 17:30
Guffa29-Mar-06 17:30 
QuestionEvent handle problem in C# Pin
Phoen2529-Mar-06 9:34
Phoen2529-Mar-06 9:34 
AnswerRe: Event handle problem in C# Pin
Expert Coming29-Mar-06 11:02
Expert Coming29-Mar-06 11:02 
GeneralRe: Event handle problem in C# Pin
Phoen2529-Mar-06 12:34
Phoen2529-Mar-06 12:34 
GeneralRe: Event handle problem in C# Pin
Expert Coming29-Mar-06 12:36
Expert Coming29-Mar-06 12:36 
GeneralRe: Event handle problem in C# Pin
Phoen2530-Mar-06 1:20
Phoen2530-Mar-06 1:20 
GeneralRe: Event handle problem in C# Pin
Phoen2530-Mar-06 1:22
Phoen2530-Mar-06 1:22 
QuestionControl visible changed event Pin
malharone29-Mar-06 8:48
malharone29-Mar-06 8:48 
QuestionEnvironment.GetFolderPath doesn't return anything when running from a Windows Service Pin
montm29-Mar-06 8:07
montm29-Mar-06 8:07 
QuestionTimer and Paint Pin
CoolASL29-Mar-06 7:51
CoolASL29-Mar-06 7:51 
AnswerRe: Timer and Paint Pin
Ravi Bhavnani29-Mar-06 8:11
professionalRavi Bhavnani29-Mar-06 8:11 
GeneralRe: Timer and Paint Pin
CoolASL29-Mar-06 17:50
CoolASL29-Mar-06 17:50 
AnswerRe: Timer and Paint Pin
Guffa29-Mar-06 8:12
Guffa29-Mar-06 8:12 

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.