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

C#

 
AnswerRe: Difference between an EXE and DLL Pin
originSH16-May-08 3:48
originSH16-May-08 3:48 
AnswerRe: Difference between an EXE and DLL Pin
Brady Kelly16-May-08 3:53
Brady Kelly16-May-08 3:53 
QuestionError in buliding installer? Pin
Ibuprofen16-May-08 2:48
Ibuprofen16-May-08 2:48 
QuestionUrgent : Save/Cancel popup Pin
rockz...16-May-08 2:25
rockz...16-May-08 2:25 
AnswerRe: Urgent : Save/Cancel popup Pin
Christian Graus16-May-08 2:27
protectorChristian Graus16-May-08 2:27 
GeneralRe: Urgent : Save/Cancel popup Pin
Christian Wikander16-May-08 2:31
Christian Wikander16-May-08 2:31 
Questionthread safety in ManualResetEvent Pin
George_George16-May-08 2:13
George_George16-May-08 2:13 
AnswerRe: thread safety in ManualResetEvent Pin
N a v a n e e t h16-May-08 2:47
N a v a n e e t h16-May-08 2:47 
When WaitOne() is called by multiple threads, it will be placed in a queue. When ManualResetEvent's Set() is called it will signal all the threads waiting in the queue. If you want to signal only one thread in the WaitOne() queue, you need to use AutoresetEvent instead.

All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia

How to use google | Ask smart questions

GeneralRe: thread safety in ManualResetEvent Pin
George_George16-May-08 3:02
George_George16-May-08 3:02 
AnswerRe: thread safety in ManualResetEvent Pin
carbon_golem16-May-08 3:56
carbon_golem16-May-08 3:56 
GeneralRe: thread safety in ManualResetEvent Pin
George_George16-May-08 4:43
George_George16-May-08 4:43 
GeneralRe: thread safety in ManualResetEvent Pin
led mike16-May-08 4:52
led mike16-May-08 4:52 
GeneralRe: thread safety in ManualResetEvent Pin
George_George16-May-08 5:02
George_George16-May-08 5:02 
Questionabstract classes Pin
Pankaj Garg16-May-08 2:10
Pankaj Garg16-May-08 2:10 
AnswerRe: abstract classes Pin
Christian Graus16-May-08 2:11
protectorChristian Graus16-May-08 2:11 
QuestionRe: abstract classes Pin
Pankaj Garg16-May-08 2:23
Pankaj Garg16-May-08 2:23 
AnswerRe: abstract classes Pin
Christian Graus16-May-08 2:28
protectorChristian Graus16-May-08 2:28 
AnswerRe: abstract classes Pin
Christian Wikander16-May-08 2:19
Christian Wikander16-May-08 2:19 
AnswerRe: abstract classes Pin
J4amieC16-May-08 2:29
J4amieC16-May-08 2:29 
AnswerRe: abstract classes Pin
Jörgen Sigvardsson16-May-08 2:37
Jörgen Sigvardsson16-May-08 2:37 
GeneralRe: abstract classes Pin
PIEBALDconsult16-May-08 5:44
mvePIEBALDconsult16-May-08 5:44 
AnswerRe: abstract classes Pin
Guffa16-May-08 3:09
Guffa16-May-08 3:09 
AnswerOOP tutorial needed. Pin
CPallini16-May-08 3:56
mveCPallini16-May-08 3:56 
AnswerRe: abstract classes Pin
PIEBALDconsult16-May-08 5:48
mvePIEBALDconsult16-May-08 5:48 
AnswerRe: abstract classes Pin
Hamid_RT17-May-08 7:22
Hamid_RT17-May-08 7: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.