Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
QuestionStrange windows forms control bug? Pin
venomation24-Aug-11 13:21
venomation24-Aug-11 13:21 
AnswerRe: Strange windows forms control bug? Pin
simplefolk25-Aug-11 3:45
simplefolk25-Aug-11 3:45 
Questionthread safety Pin
CodingYoshi24-Aug-11 11:52
CodingYoshi24-Aug-11 11:52 
AnswerRe: thread safety Pin
SledgeHammer0124-Aug-11 12:10
SledgeHammer0124-Aug-11 12:10 
GeneralRe: thread safety Pin
CodingYoshi24-Aug-11 16:24
CodingYoshi24-Aug-11 16:24 
AnswerRe: thread safety PinPopular
Luc Pattyn24-Aug-11 12:10
sitebuilderLuc Pattyn24-Aug-11 12:10 
GeneralRe: thread safety Pin
AspDotNetDev24-Aug-11 12:18
protectorAspDotNetDev24-Aug-11 12:18 
GeneralRe: thread safety Pin
CodingYoshi24-Aug-11 16:44
CodingYoshi24-Aug-11 16:44 
Ok so lock (this) means lock the calling object for the duration of the code block. lock(a) means lock a for the duration of the code block which means other threads still have access to the object just not a, am i right?
CodingYoshi

Artificial Intelligence is no match for Human Stupidity.

GeneralRe: thread safety PinPopular
Luc Pattyn24-Aug-11 17:16
sitebuilderLuc Pattyn24-Aug-11 17:16 
GeneralRe: thread safety Pin
CodingYoshi25-Aug-11 3:28
CodingYoshi25-Aug-11 3:28 
AnswerRe: thread safety Pin
Luc Pattyn25-Aug-11 3:38
sitebuilderLuc Pattyn25-Aug-11 3:38 
AnswerRe: thread safety Pin
AspDotNetDev24-Aug-11 12:17
protectorAspDotNetDev24-Aug-11 12:17 
AnswerRe: thread safety Pin
PIEBALDconsult24-Aug-11 17:42
mvePIEBALDconsult24-Aug-11 17:42 
AnswerRe: thread safety Pin
jschell25-Aug-11 8:41
jschell25-Aug-11 8:41 
GeneralRe: thread safety Pin
CodingYoshi25-Aug-11 15:01
CodingYoshi25-Aug-11 15:01 
GeneralRe: thread safety Pin
jschell26-Aug-11 8:28
jschell26-Aug-11 8:28 
QuestionWhat is the best way to make application Multi Language ? Pin
Honeyboy_2024-Aug-11 11:15
Honeyboy_2024-Aug-11 11:15 
JokeRe: What is the best way to make application Multi Language ? Pin
PIEBALDconsult24-Aug-11 14:56
mvePIEBALDconsult24-Aug-11 14:56 
GeneralRe: What is the best way to make application Multi Language ? Pin
Subin Mavunkal25-Aug-11 1:48
Subin Mavunkal25-Aug-11 1:48 
GeneralRe: What is the best way to make application Multi Language ? Pin
PIEBALDconsult25-Aug-11 2:43
mvePIEBALDconsult25-Aug-11 2:43 
AnswerRe: What is the best way to make application Multi Language ? Pin
simplefolk25-Aug-11 3:51
simplefolk25-Aug-11 3:51 
AnswerRe: What is the best way to make application Multi Language ? Pin
Bernhard Hiller25-Aug-11 5:05
Bernhard Hiller25-Aug-11 5:05 
Questionhow to convert my C# winform program to service program ? Pin
Gali197824-Aug-11 6:53
Gali197824-Aug-11 6:53 
AnswerRe: how to convert my C# winform program to service program ? Pin
Hari Om Prakash Sharma24-Aug-11 7:15
Hari Om Prakash Sharma24-Aug-11 7:15 
AnswerRe: how to convert my C# winform program to service program ? Pin
#realJSOP24-Aug-11 8:01
mve#realJSOP24-Aug-11 8:01 

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.