Click here to Skip to main content
15,903,388 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
QuestionVB.net or VC++.net for File Copy program Pin
epete11128-Jan-09 16:52
epete11128-Jan-09 16:52 
AnswerRe: VB.net or VC++.net for File Copy program Pin
Not Active8-Jan-09 17:11
mentorNot Active8-Jan-09 17:11 
QuestiondBase field called "Value" cannot be edited Pin
bobbymale778-Jan-09 16:16
bobbymale778-Jan-09 16:16 
AnswerRe: dBase field called "Value" cannot be edited Pin
moon_stick8-Jan-09 23:02
moon_stick8-Jan-09 23:02 
GeneralRe: dBase field called "Value" cannot be edited Pin
bobbymale779-Jan-09 12:59
bobbymale779-Jan-09 12:59 
QuestionClean way to have an abortable read for serial or TCP stream? Pin
supercat98-Jan-09 8:29
supercat98-Jan-09 8:29 
AnswerRe: Clean way to have an abortable read for serial or TCP stream? Pin
Mark Churchill8-Jan-09 11:08
Mark Churchill8-Jan-09 11:08 
GeneralRe: Clean way to have an abortable read for serial or TCP stream? Pin
supercat98-Jan-09 13:04
supercat98-Jan-09 13:04 
You'll pretty much have to read with timeout.

What sort of brilliant designer doesn't allow a 'wait and see if any data comes in, but recognize that a lack of data is also a normal condition' operation? Probably the same one who designed .net 1.0 without things like Date.TryParse I guess.

I wish there were some sensible way of enabling the diagnostic messages for exceptions in some cases but not all. In some of my applications there are exceptions which will be somewhat expected though they shouldn't be terribly frequent. In such cases, I sometimes just swallow them (assuming they're of the right type) but the "First chance exception" diagnostics can alert me if they're happening much more often than they should. Is it possible to hook in some sort of event handler for a first-chance exception that could log exceptions that seem suitable (using a thread-safe logging system, of course)?
GeneralRe: Clean way to have an abortable read for serial or TCP stream? Pin
Colin Angus Mackay8-Jan-09 13:17
Colin Angus Mackay8-Jan-09 13:17 
GeneralRe: Clean way to have an abortable read for serial or TCP stream? [modified] Pin
supercat98-Jan-09 14:16
supercat98-Jan-09 14:16 
QuestionHow to get the %of cpu usage using WMI Pin
S.Rekka8-Jan-09 1:37
S.Rekka8-Jan-09 1:37 
AnswerRe: How to get the %of cpu usage using WMI Pin
Mark Salsbery8-Jan-09 6:09
Mark Salsbery8-Jan-09 6:09 
GeneralRe: How to get the %of cpu usage using WMI Pin
S.Rekka8-Jan-09 18:12
S.Rekka8-Jan-09 18:12 
QuestionCalling an exe from init() method Pin
ajayvictor0077-Jan-09 23:02
ajayvictor0077-Jan-09 23:02 
AnswerRe: Calling an exe from init() method Pin
Brij8-Jan-09 1:53
mentorBrij8-Jan-09 1:53 
QuestionSCSF & "neutral culture assembly exception" [modified] Pin
A_Fisher7-Jan-09 21:59
A_Fisher7-Jan-09 21:59 
AnswerRe: SCSF & "neutral culture assembly exception" Pin
Shaun Wilde8-Jan-09 8:43
Shaun Wilde8-Jan-09 8:43 
QuestionImages not appearing in delivered mail Pin
Vivek Bhatnagar7-Jan-09 21:23
Vivek Bhatnagar7-Jan-09 21:23 
AnswerRe: Images not appearing in delivered mail Pin
Not Active8-Jan-09 3:48
mentorNot Active8-Jan-09 3:48 
GeneralKinda OT / maybe a little dumb: Images not appearing in delivered mail Pin
EliottA8-Jan-09 4:38
EliottA8-Jan-09 4:38 
GeneralRe: Kinda OT / maybe a little dumb: Images not appearing in delivered mail Pin
Not Active8-Jan-09 5:18
mentorNot Active8-Jan-09 5:18 
GeneralRe: Kinda OT / maybe a little dumb: Images not appearing in delivered mail Pin
EliottA8-Jan-09 5:29
EliottA8-Jan-09 5:29 
AnswerRe: Images not appearing in delivered mail Pin
Aman Bhullar8-Jan-09 6:11
Aman Bhullar8-Jan-09 6:11 
GeneralRe: Images not appearing in delivered mail Pin
EliottA8-Jan-09 6:32
EliottA8-Jan-09 6:32 
GeneralRe: Images not appearing in delivered mail Pin
Vivek Bhatnagar8-Jan-09 18:45
Vivek Bhatnagar8-Jan-09 18:45 

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.