Click here to Skip to main content
15,886,864 members
Home / Discussions / C#
   

C#

 
GeneralRe: Form flickering problem Pin
Luc Pattyn17-Oct-09 8:35
sitebuilderLuc Pattyn17-Oct-09 8:35 
GeneralRe: Form flickering problem Pin
Lyon Sun17-Oct-09 10:27
Lyon Sun17-Oct-09 10:27 
QuestionFill Collection With Excel Sheet Column Names Pin
Kevin Marois16-Oct-09 7:14
professionalKevin Marois16-Oct-09 7:14 
AnswerRe: Fill Collection With Excel Sheet Column Names Pin
dan!sh 16-Oct-09 7:32
professional dan!sh 16-Oct-09 7:32 
QuestionSerial Communication Pin
dwolver16-Oct-09 6:32
dwolver16-Oct-09 6:32 
AnswerRe: Serial Communication Pin
Luc Pattyn16-Oct-09 6:59
sitebuilderLuc Pattyn16-Oct-09 6:59 
GeneralRe: Serial Communication Pin
dwolver16-Oct-09 7:03
dwolver16-Oct-09 7:03 
GeneralRe: Serial Communication Pin
Luc Pattyn16-Oct-09 7:56
sitebuilderLuc Pattyn16-Oct-09 7:56 
Hi,

I used serial ports a lot before .NET existed, using standard Win32 functions.
From my .NET serial experience, I have no reason to claim .NET has added a lot of overhead to those functions, however I do not have proof to the contrary either.

BTW: Under high communication loads, I would not be inclined to use the DataReceived event; I'd rather use a separate thread with an outstanding Read. That way I'm in charge of how much data gets read and when it gets processed, as DataReceived lacks a clear specification.

Smile | :)

Luc Pattyn

I only read code that is properly indented, and rendered in a non-proportional font; hint: use PRE tags in forum messages

Local announcement (Antwerp region): Lange Wapper? Neen!


GeneralRe: Serial Communication Pin
dybs16-Oct-09 18:44
dybs16-Oct-09 18:44 
QuestionHow to store words for a dictionary? Pin
Yednekachew16-Oct-09 6:30
Yednekachew16-Oct-09 6:30 
AnswerRe: How to store words for a dictionary? Pin
_Madmatt16-Oct-09 6:34
_Madmatt16-Oct-09 6:34 
AnswerRe: How to store words for a dictionary? Pin
Luc Pattyn16-Oct-09 6:46
sitebuilderLuc Pattyn16-Oct-09 6:46 
GeneralRe: How to store words for a dictionary? Pin
Yednekachew16-Oct-09 6:52
Yednekachew16-Oct-09 6:52 
GeneralRe: How to store words for a dictionary? Pin
Luc Pattyn16-Oct-09 6:55
sitebuilderLuc Pattyn16-Oct-09 6:55 
GeneralRe: How to store words for a dictionary? Pin
Dan Neely16-Oct-09 7:12
Dan Neely16-Oct-09 7:12 
GeneralRe: How to store words for a dictionary? Pin
Luc Pattyn16-Oct-09 7:59
sitebuilderLuc Pattyn16-Oct-09 7:59 
JokeRe: How to store words for a dictionary? Pin
Dan Neely16-Oct-09 8:24
Dan Neely16-Oct-09 8:24 
GeneralRe: How to store words for a dictionary? Pin
Luc Pattyn16-Oct-09 8:36
sitebuilderLuc Pattyn16-Oct-09 8:36 
GeneralRe: How to store words for a dictionary? Pin
PIEBALDconsult16-Oct-09 14:20
mvePIEBALDconsult16-Oct-09 14:20 
AnswerRe: How to store words for a dictionary? Pin
PIEBALDconsult16-Oct-09 7:01
mvePIEBALDconsult16-Oct-09 7:01 
GeneralRe: How to store words for a dictionary? Pin
Luc Pattyn16-Oct-09 8:01
sitebuilderLuc Pattyn16-Oct-09 8:01 
GeneralRe: How to store words for a dictionary? Pin
Dan Neely16-Oct-09 8:25
Dan Neely16-Oct-09 8:25 
GeneralRe: How to store words for a dictionary? Pin
PIEBALDconsult16-Oct-09 14:09
mvePIEBALDconsult16-Oct-09 14:09 
JokeRe: How to store words for a dictionary? Pin
Not Active16-Oct-09 8:22
mentorNot Active16-Oct-09 8:22 
QuestionHow to sort Custom class which is of type array as per one of its value Pin
miniThomas16-Oct-09 5:44
miniThomas16-Oct-09 5:44 

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.