Click here to Skip to main content
15,895,142 members
Home / Discussions / C#
   

C#

 
QuestionExcel Workbook Save copy error in Windows 2003 server Pin
kumuda.t31-May-10 23:27
kumuda.t31-May-10 23:27 
AnswerRe: Excel Workbook Save copy error in Windows 2003 server Pin
Henry Minute1-Jun-10 0:54
Henry Minute1-Jun-10 0:54 
Questionrecord voice and phone number of central phone device Pin
mr.mohsen31-May-10 21:53
mr.mohsen31-May-10 21:53 
QuestionHelp required in Threading.. Pin
NetMan201231-May-10 21:36
NetMan201231-May-10 21:36 
AnswerRe: Help required in Threading.. Pin
Stanciu Vlad31-May-10 21:46
Stanciu Vlad31-May-10 21:46 
AnswerRe: Help required in Threading.. Pin
mr.mohsen31-May-10 21:56
mr.mohsen31-May-10 21:56 
GeneralRe: Help required in Threading.. Pin
NetMan20121-Jun-10 1:14
NetMan20121-Jun-10 1:14 
GeneralRe: Help required in Threading.. Pin
#realJSOP1-Jun-10 1:41
mve#realJSOP1-Jun-10 1:41 
It seems to me that if the writing threa is busy, you swould be better advised to ignore the current write request, and just write when the thread isn't busy. Eventually, you're going to deadlock the machine because you're waiting for the thread to finish.

You may even want to have the timer adjust its interval so that there's less of a chance of the thread being in a busy state.
.45 ACP - because shooting twice is just silly
-----
"Why don't you tie a kerosene-soaked rag around your ankles so the ants won't climb up and eat your candy ass..." - Dale Earnhardt, 1997
-----
"The staggering layers of obscenity in your statement make it a work of art on so many levels." - J. Jystad, 2001

AnswerRe: Help required in Threading.. Pin
Mycroft Holmes31-May-10 21:57
professionalMycroft Holmes31-May-10 21:57 
AnswerRe: Help required in Threading.. Pin
Henry Minute1-Jun-10 0:57
Henry Minute1-Jun-10 0:57 
GeneralRe: Help required in Threading.. Pin
Luc Pattyn1-Jun-10 2:51
sitebuilderLuc Pattyn1-Jun-10 2:51 
GeneralRe: Help required in Threading.. Pin
Henry Minute1-Jun-10 3:09
Henry Minute1-Jun-10 3:09 
GeneralRe: Help required in Threading.. Pin
harold aptroot1-Jun-10 3:24
harold aptroot1-Jun-10 3:24 
GeneralRe: Help required in Threading.. Pin
Luc Pattyn1-Jun-10 3:51
sitebuilderLuc Pattyn1-Jun-10 3:51 
Questionremote debugging? Pin
swjam31-May-10 20:01
swjam31-May-10 20:01 
AnswerRe: remote debugging? Pin
Abhinav S31-May-10 20:49
Abhinav S31-May-10 20:49 
QuestionC# 2.0 Windows Service - Memory Leak? [modified] Pin
SarahMcM31-May-10 18:08
SarahMcM31-May-10 18:08 
AnswerRe: C# 2.0 Windows Service - Memory Leak? Pin
Pete O'Hanlon31-May-10 21:42
mvePete O'Hanlon31-May-10 21:42 
GeneralRe: C# 2.0 Windows Service - Memory Leak? Pin
SarahMcM1-Jun-10 12:22
SarahMcM1-Jun-10 12:22 
AnswerRe: C# 2.0 Windows Service - Memory Leak? Pin
#realJSOP1-Jun-10 0:06
mve#realJSOP1-Jun-10 0:06 
GeneralRe: C# 2.0 Windows Service - Memory Leak? Pin
SarahMcM1-Jun-10 12:21
SarahMcM1-Jun-10 12:21 
AnswerRe: C# 2.0 Windows Service - Memory Leak? Pin
PIEBALDconsult1-Jun-10 4:03
mvePIEBALDconsult1-Jun-10 4:03 
GeneralRe: C# 2.0 Windows Service - Memory Leak? Pin
SarahMcM1-Jun-10 12:13
SarahMcM1-Jun-10 12:13 
AnswerRe: C# 2.0 Windows Service - Memory Leak? Pin
SarahMcM1-Jun-10 15:19
SarahMcM1-Jun-10 15:19 
Questionhow about erasing trace of Rectangle? [modified] Pin
sonic74731-May-10 17:59
sonic74731-May-10 17:59 

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.