Click here to Skip to main content
15,897,090 members
Home / Discussions / C#
   

C#

 
QuestionC# Register for COM Interop option Pin
George_George1-Sep-07 19:51
George_George1-Sep-07 19:51 
AnswerRe: C# Register for COM Interop option Pin
Yanshof1-Sep-07 20:55
Yanshof1-Sep-07 20:55 
GeneralRe: C# Register for COM Interop option Pin
George_George1-Sep-07 21:28
George_George1-Sep-07 21:28 
AnswerRe: C# Register for COM Interop option Pin
Vasudevan Deepak Kumar1-Sep-07 22:57
Vasudevan Deepak Kumar1-Sep-07 22:57 
GeneralRe: C# Register for COM Interop option Pin
George_George2-Sep-07 1:51
George_George2-Sep-07 1:51 
QuestionSave Pin
Assaf821-Sep-07 17:56
Assaf821-Sep-07 17:56 
AnswerRe: Save Pin
Rami Said Abd Alhalim1-Sep-07 19:58
Rami Said Abd Alhalim1-Sep-07 19:58 
GeneralRe: Save Pin
Assaf821-Sep-07 22:12
Assaf821-Sep-07 22:12 
GeneralRe: Save Pin
Vasudevan Deepak Kumar1-Sep-07 22:53
Vasudevan Deepak Kumar1-Sep-07 22:53 
GeneralRe: Save Pin
Guffa1-Sep-07 23:15
Guffa1-Sep-07 23:15 
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 

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.