Click here to Skip to main content
15,888,600 members
Home / Discussions / C#
   

C#

 
GeneralRe: Pre-Build events for specific configurations Pin
leppie6-Oct-03 9:21
leppie6-Oct-03 9:21 
GeneralRe: Pre-Build events for specific configurations Pin
Joe Woodbury6-Oct-03 9:39
professionalJoe Woodbury6-Oct-03 9:39 
GeneralStatistical Functions in C# Pin
AZBugsBunny6-Oct-03 8:00
AZBugsBunny6-Oct-03 8:00 
GeneralRe: Statistical Functions in C# Pin
leppie6-Oct-03 9:28
leppie6-Oct-03 9:28 
GeneralRe: Statistical Functions in C# Pin
Kevin McFarlane6-Oct-03 10:37
Kevin McFarlane6-Oct-03 10:37 
GeneralRe: Statistical Functions in C# Pin
leppie6-Oct-03 12:31
leppie6-Oct-03 12:31 
GeneralRe: Statistical Functions in C# Pin
Donald_a8-Oct-03 3:40
Donald_a8-Oct-03 3:40 
Generalabout lock Pin
yyf6-Oct-03 5:52
yyf6-Oct-03 5:52 
I am try to use multi-thread. I use "lock" like this:

class MyClass<br />
{<br />
  private object status = null; <br />
<br />
<br />
  myfun() {<br />
   ...<br />
   lock ( status ) {<br />
     status = new object(1);<br />
   }<br />
   ...<br />
  }<br />
}


But it gave me an "ArgumentNullException", anyone know why?

Thanks in advance.
GeneralRe: about lock Pin
jparsons6-Oct-03 6:21
jparsons6-Oct-03 6:21 
GeneralRe: about lock Pin
Daniel Turini6-Oct-03 6:30
Daniel Turini6-Oct-03 6:30 
GeneralRe: about lock Pin
jparsons6-Oct-03 6:36
jparsons6-Oct-03 6:36 
GeneralRe: about lock Pin
yyf6-Oct-03 7:39
yyf6-Oct-03 7:39 
GeneralRe: about lock Pin
jparsons6-Oct-03 13:02
jparsons6-Oct-03 13:02 
GeneralRe: about lock Pin
yyf7-Oct-03 6:03
yyf7-Oct-03 6:03 
QuestionA datatype/some way for 256 bit values? Pin
Fang@Illusion6-Oct-03 5:42
Fang@Illusion6-Oct-03 5:42 
AnswerRe: A datatype/some way for 256 bit values? Pin
Daniel Turini6-Oct-03 6:37
Daniel Turini6-Oct-03 6:37 
GeneralRe: A datatype/some way for 256 bit values? Pin
Fang@Illusion6-Oct-03 7:55
Fang@Illusion6-Oct-03 7:55 
AnswerRe: A datatype/some way for 256 bit values? Pin
leppie6-Oct-03 7:06
leppie6-Oct-03 7:06 
GeneralRe: A datatype/some way for 256 bit values? Pin
jparsons6-Oct-03 5:42
jparsons6-Oct-03 5:42 
GeneralRe: A datatype/some way for 256 bit values? Pin
Fang@Illusion8-Oct-03 9:01
Fang@Illusion8-Oct-03 9:01 
GeneralDirectoryTreeView with CheckBoxes Pin
j-hannemann6-Oct-03 4:30
j-hannemann6-Oct-03 4:30 
GeneralGetting CheckBox control in DataGrid Pin
brian41906-Oct-03 3:51
brian41906-Oct-03 3:51 
GeneralContext Menu Pin
.gonad6-Oct-03 3:31
.gonad6-Oct-03 3:31 
GeneralRe: Context Menu Pin
mistery226-Oct-03 10:13
mistery226-Oct-03 10:13 
GeneralRe: Context Menu Pin
.gonad6-Oct-03 12:43
.gonad6-Oct-03 12:43 

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.