Click here to Skip to main content
15,913,941 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem with recording voice from multiple microphones!!! Pin
Mark Salsbery21-Sep-08 6:59
Mark Salsbery21-Sep-08 6:59 
QuestionHow to install new fonts in visual studio 2005 [modified] Pin
rahuladya21-Sep-08 3:26
rahuladya21-Sep-08 3:26 
AnswerRe: How to install new fonts in visual studio 2005 Pin
PIEBALDconsult21-Sep-08 5:22
mvePIEBALDconsult21-Sep-08 5:22 
QuestionWorking with Access2007 Attachments in C# Pin
Dg!Mortal21-Sep-08 3:18
Dg!Mortal21-Sep-08 3:18 
GeneralDouble-post Pin
Wendelius21-Sep-08 4:58
mentorWendelius21-Sep-08 4:58 
QuestionUsing Ocx file on asp.net Pin
michael@cohen21-Sep-08 2:44
michael@cohen21-Sep-08 2:44 
QuestionRetriving data from a irc server Pin
Casper Hansen21-Sep-08 1:28
Casper Hansen21-Sep-08 1:28 
AnswerRe: Retriving data from a irc server Pin
Colin Angus Mackay21-Sep-08 2:11
Colin Angus Mackay21-Sep-08 2:11 
Casper Hansen wrote:
while ((inputLine = reader.ReadLine()) == null)
{
listBox1.Items.Add(reader.ReadLine());
}


Are you sure that logic is correct? You have essentially written this: While the reader is exhausted add the next line to the list box.

This will go into an infinite loop and effectively block your program for eternity, or until you externally kill the process, or until the memory of all those empty items in the list box is exhausted.


GeneralRe: Retriving data from a irc server Pin
Casper Hansen21-Sep-08 2:25
Casper Hansen21-Sep-08 2:25 
GeneralRe: Retriving data from a irc server Pin
Colin Angus Mackay21-Sep-08 3:06
Colin Angus Mackay21-Sep-08 3:06 
GeneralRe: Retriving data from a irc server Pin
Casper Hansen21-Sep-08 6:06
Casper Hansen21-Sep-08 6:06 
AnswerRe: Retriving data from a irc server Pin
Casper Hansen21-Sep-08 21:12
Casper Hansen21-Sep-08 21:12 
QuestionPopup shown in backgroundworker thread Pin
PrashantGadhave20-Sep-08 23:40
PrashantGadhave20-Sep-08 23:40 
AnswerRe: Popup shown in backgroundworker thread Pin
PrashantGadhave21-Sep-08 0:38
PrashantGadhave21-Sep-08 0:38 
GeneralRe: Popup shown in backgroundworker thread Pin
Wendelius21-Sep-08 1:09
mentorWendelius21-Sep-08 1:09 
GeneralRe: Popup shown in backgroundworker thread Pin
PrashantGadhave21-Sep-08 1:55
PrashantGadhave21-Sep-08 1:55 
GeneralRe: Popup shown in backgroundworker thread Pin
Wendelius21-Sep-08 3:52
mentorWendelius21-Sep-08 3:52 
GeneralRe: Popup shown in backgroundworker thread Pin
PrashantGadhave22-Sep-08 6:52
PrashantGadhave22-Sep-08 6:52 
GeneralRe: Popup shown in backgroundworker thread Pin
Wendelius22-Sep-08 8:00
mentorWendelius22-Sep-08 8:00 
GeneralRe: Popup shown in backgroundworker thread Pin
Alan N22-Sep-08 8:27
Alan N22-Sep-08 8:27 
GeneralRe: Popup shown in backgroundworker thread Pin
PrashantGadhave24-Sep-08 2:19
PrashantGadhave24-Sep-08 2:19 
Questioncan someone help me in this program.. Pin
cutedrew20-Sep-08 21:38
cutedrew20-Sep-08 21:38 
AnswerRe: can someone help me in this program.. Pin
zafersavas21-Sep-08 0:50
zafersavas21-Sep-08 0:50 
AnswerRe: can someone help me in this program.. Pin
Ashfield21-Sep-08 21:41
Ashfield21-Sep-08 21:41 
QuestionSOA & C# Pin
Gil Shimer20-Sep-08 21:14
Gil Shimer20-Sep-08 21:14 

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.