Click here to Skip to main content
15,887,596 members
Home / Discussions / C#
   

C#

 
GeneralRe: Save Pin
Vasudevan Deepak Kumar1-Sep-07 23:23
Vasudevan Deepak Kumar1-Sep-07 23:23 
GeneralRe: Save Pin
Guffa1-Sep-07 23:33
Guffa1-Sep-07 23:33 
GeneralRe: Save Pin
Paul Conrad2-Sep-07 5:21
professionalPaul Conrad2-Sep-07 5:21 
AnswerRe: Save Pin
Guffa1-Sep-07 23:14
Guffa1-Sep-07 23:14 
QuestionWaiting for Thread to Join Pin
Brad Wick1-Sep-07 15:32
Brad Wick1-Sep-07 15:32 
AnswerRe: Waiting for Thread to Join Pin
Luc Pattyn1-Sep-07 16:21
sitebuilderLuc Pattyn1-Sep-07 16:21 
GeneralRe: Waiting for Thread to Join Pin
Brad Wick1-Sep-07 17:45
Brad Wick1-Sep-07 17:45 
GeneralRe: Waiting for Thread to Join Pin
Luc Pattyn2-Sep-07 1:02
sitebuilderLuc Pattyn2-Sep-07 1:02 
The only Join that makes sense is someOtherThread.Join() which makes the
current thread wait on someOtherThread.

As I said before
Thread.CurrentThread.Join() makes no sense, it makes the current<br />
thread wait until the current thread is finished, which is never since it is waiting...<br />
<br />
:) <br />
<br />
<div class="ForumSig">Luc Pattyn <a href="http://www.codeproject.com/scrapbook/ForumGuidelines.asp">[Forum Guidelines]</a> <a href="http://www.codeproject.com/script/articles/list_articles.asp?userid=648011">[My Articles]</a><br />
<br />
<hr>this weeks tips:<br />
- make Visual display line numbers: Tools/Options/TextEditor/...<br />
- show exceptions with ToString() to see all information<br />
- before you ask a question here, search CodeProject, then Google<br />
<hr></div>

AnswerRe: Waiting for Thread to Join Pin
Steve Hansen2-Sep-07 7:32
Steve Hansen2-Sep-07 7:32 
Questionguitar tuner in C#? Pin
DeepToot1-Sep-07 9:11
DeepToot1-Sep-07 9:11 
AnswerRe: guitar tuner in C#? Pin
Christian Graus1-Sep-07 13:14
protectorChristian Graus1-Sep-07 13:14 
GeneralRe: guitar tuner in C#? Pin
PIEBALDconsult1-Sep-07 13:18
mvePIEBALDconsult1-Sep-07 13:18 
GeneralRe: guitar tuner in C#? Pin
Vasudevan Deepak Kumar1-Sep-07 22:54
Vasudevan Deepak Kumar1-Sep-07 22:54 
GeneralRe: guitar tuner in C#? Pin
Paul Conrad2-Sep-07 5:23
professionalPaul Conrad2-Sep-07 5:23 
GeneralRe: guitar tuner in C#? Pin
PIEBALDconsult2-Sep-07 5:46
mvePIEBALDconsult2-Sep-07 5:46 
GeneralRe: guitar tuner in C#? Pin
Colin Angus Mackay2-Sep-07 1:00
Colin Angus Mackay2-Sep-07 1:00 
GeneralRe: guitar tuner in C#? Pin
DeepToot4-Sep-07 4:40
DeepToot4-Sep-07 4:40 
Questionis it posibble to catch a trigger fired from sql in c# or catchin stored procedure form c# Pin
_beginner_1-Sep-07 8:31
_beginner_1-Sep-07 8:31 
AnswerRe: is it posibble to catch a trigger fired from sql in c# or catchin stored procedure form c# Pin
mr.mohsen1-Sep-07 10:24
mr.mohsen1-Sep-07 10:24 
GeneralRe: is it posibble to catch a trigger fired from sql in c# or catchin stored procedure form c# Pin
_beginner_2-Sep-07 1:32
_beginner_2-Sep-07 1:32 
GeneralRe: is it posibble to catch a trigger fired from sql in c# or catchin stored procedure form c# Pin
Dave Kreskowiak2-Sep-07 5:44
mveDave Kreskowiak2-Sep-07 5:44 
GeneralRe: is it posibble to catch a trigger fired from sql in c# or catchin stored procedure form c# Pin
Larantz2-Sep-07 11:57
Larantz2-Sep-07 11:57 
GeneralRe: is it posibble to catch a trigger fired from sql in c# or catchin stored procedure form c# Pin
Dave Kreskowiak3-Sep-07 4:30
mveDave Kreskowiak3-Sep-07 4:30 
QuestionUnreliability of the FileSystemWatcher Pin
Hrusha421-Sep-07 8:21
Hrusha421-Sep-07 8:21 
AnswerRe: Unreliability of the FileSystemWatcher Pin
Vasudevan Deepak Kumar1-Sep-07 22:55
Vasudevan Deepak Kumar1-Sep-07 22:55 

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.