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

C#

 
GeneralRe: Passing object between event handlers? Pin
Member 96474614-Dec-12 6:33
Member 96474614-Dec-12 6:33 
GeneralRe: Passing object between event handlers? Pin
SledgeHammer014-Dec-12 6:39
SledgeHammer014-Dec-12 6:39 
GeneralRe: Passing object between event handlers? Pin
Member 96474614-Dec-12 7:37
Member 96474614-Dec-12 7:37 
GeneralRe: Passing object between event handlers? Pin
SledgeHammer014-Dec-12 8:10
SledgeHammer014-Dec-12 8:10 
Questionusing c\c++ dll from winrt (c++) Pin
bondarenkod3-Dec-12 11:15
bondarenkod3-Dec-12 11:15 
AnswerRe: using c\c++ dll from winrt (c++) Pin
Dave Kreskowiak3-Dec-12 12:29
mveDave Kreskowiak3-Dec-12 12:29 
Question256 points at 250 Hz Pin
C-P-User-33-Dec-12 10:50
C-P-User-33-Dec-12 10:50 
AnswerRe: 256 points at 250 Hz Pin
SledgeHammer013-Dec-12 11:50
SledgeHammer013-Dec-12 11:50 
For me personally, I think anything < 250ms is not perceptibable to most people. I am pretty sensitive to delays, and I think I'd notice a delay as you approach 500ms. Most people wouldn't even notice that.

You aren't going to get real time display on a Windows box.

I don't understand what you mean by jitter? Do you mean flicker on screen as you are drawing the data points? "Jitter" to me is an electronics term as it relates to the signal. If you do in fact mean FLICKER, that can be resolved by erasing / drawing to an offscreen DC and then BitBlt'ing the final image to onscreen.

A better bet would be to dump Winforms and go WPF as that is double buffered for you and the renderings are hardware accelerated by your video card where as Winforms / GDI is not.

Personally though, I think going the offscreen DC / bitblt will solve your flicker.
GeneralRe: 256 points at 250 Hz Pin
C-P-User-33-Dec-12 13:20
C-P-User-33-Dec-12 13:20 
GeneralRe: 256 points at 250 Hz Pin
SledgeHammer013-Dec-12 13:50
SledgeHammer013-Dec-12 13:50 
QuestionWhy static classes? Pin
mjackson113-Dec-12 7:54
mjackson113-Dec-12 7:54 
AnswerRe: Why static classes? Pin
PIEBALDconsult3-Dec-12 8:49
mvePIEBALDconsult3-Dec-12 8:49 
AnswerRe: Why static classes? Pin
Clifford Nelson3-Dec-12 10:23
Clifford Nelson3-Dec-12 10:23 
AnswerRe: Why static classes? Pin
Eddy Vluggen3-Dec-12 13:35
professionalEddy Vluggen3-Dec-12 13:35 
GeneralRe: Why static classes? Pin
PIEBALDconsult4-Dec-12 3:37
mvePIEBALDconsult4-Dec-12 3:37 
GeneralRe: Why static classes? Pin
Eddy Vluggen4-Dec-12 4:21
professionalEddy Vluggen4-Dec-12 4:21 
GeneralRe: Why static classes? Pin
PIEBALDconsult4-Dec-12 4:34
mvePIEBALDconsult4-Dec-12 4:34 
GeneralRe: Why static classes? Pin
Eddy Vluggen4-Dec-12 5:02
professionalEddy Vluggen4-Dec-12 5:02 
GeneralRe: Why static classes? Pin
PIEBALDconsult4-Dec-12 8:47
mvePIEBALDconsult4-Dec-12 8:47 
Questioni need advice on joining an Open source project Pin
Syrian_guy3-Dec-12 5:08
Syrian_guy3-Dec-12 5:08 
AnswerRe: i need advice on joining an Open source project Pin
DaveyM693-Dec-12 5:24
professionalDaveyM693-Dec-12 5:24 
AnswerCross posted from the Lounge. Pin
Pete O'Hanlon3-Dec-12 5:24
mvePete O'Hanlon3-Dec-12 5:24 
AnswerRe: i need advice on joining an Open source project Pin
fjdiewornncalwe3-Dec-12 5:27
professionalfjdiewornncalwe3-Dec-12 5:27 
QuestionDetect if ANY control is clicked inside a form Pin
Dennis Bork3-Dec-12 3:05
Dennis Bork3-Dec-12 3:05 
QuestionRe: Detect if ANY control is clicked inside a form Pin
Richard Deeming3-Dec-12 3:10
mveRichard Deeming3-Dec-12 3:10 

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.