Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
QuestionShadow for text GDI+ Pin
N a v a n e e t h5-Nov-07 0:56
N a v a n e e t h5-Nov-07 0:56 
AnswerRe: Shadow for text GDI+ Pin
TJoe5-Nov-07 1:45
TJoe5-Nov-07 1:45 
GeneralRe: Shadow for text GDI+ Pin
N a v a n e e t h5-Nov-07 2:29
N a v a n e e t h5-Nov-07 2:29 
QuestionMultithreading with screen refresh Pin
ateeb5-Nov-07 0:31
ateeb5-Nov-07 0:31 
AnswerRe: Multithreading with screen refresh Pin
amitcoder835-Nov-07 0:34
amitcoder835-Nov-07 0:34 
GeneralRe: Multithreading with screen refresh Pin
ateeb5-Nov-07 0:45
ateeb5-Nov-07 0:45 
GeneralRe: Multithreading with screen refresh Pin
Robert Rohde5-Nov-07 2:01
Robert Rohde5-Nov-07 2:01 
GeneralRe: Multithreading with screen refresh Pin
Luc Pattyn5-Nov-07 2:05
sitebuilderLuc Pattyn5-Nov-07 2:05 
Hi,

how are you controlling the repetition rate?

regular .NET timer classes are not good enough to create a 10 msec delay or interval,
you may want to read my timers article.

one possibility is you are getting data more rapidly than the PC can update the display,
if so you should consider:
- a cheaper way of visualizing things (a smaller number of simpler controls); try a
Label or TextBox to just show the last value received, just for checking...
- a reduced frequency, say showing only every other reading.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


QuestionDisplay a String[] Array Pin
Kantel5-Nov-07 0:24
Kantel5-Nov-07 0:24 
AnswerRe: Display a String[] Array Pin
Pete O'Hanlon5-Nov-07 0:27
mvePete O'Hanlon5-Nov-07 0:27 
AnswerRe: Display a String[] Array Pin
amitcoder835-Nov-07 0:31
amitcoder835-Nov-07 0:31 
QuestionUnauthorised access to my local directory while using webclient [modified] Pin
amitcoder835-Nov-07 0:15
amitcoder835-Nov-07 0:15 
QuestionEmail mime type Pin
dabs5-Nov-07 0:04
dabs5-Nov-07 0:04 
QuestionLOC Counter Pin
Ya3sam4-Nov-07 23:57
Ya3sam4-Nov-07 23:57 
AnswerRe: LOC Counter Pin
Pete O'Hanlon5-Nov-07 0:14
mvePete O'Hanlon5-Nov-07 0:14 
JokeRe: LOC Counter Pin
Luc Pattyn5-Nov-07 2:08
sitebuilderLuc Pattyn5-Nov-07 2:08 
GeneralRe: LOC Counter Pin
Pete O'Hanlon5-Nov-07 4:22
mvePete O'Hanlon5-Nov-07 4:22 
QuestionMessageQueue permissions Pin
gewe4-Nov-07 23:55
gewe4-Nov-07 23:55 
QuestionGet methods from class file Pin
Ya3sam4-Nov-07 23:53
Ya3sam4-Nov-07 23:53 
AnswerRe: Get methods from class file Pin
Pete O'Hanlon5-Nov-07 0:10
mvePete O'Hanlon5-Nov-07 0:10 
GeneralRe: Get methods from class file Pin
Ya3sam5-Nov-07 1:41
Ya3sam5-Nov-07 1:41 
GeneralRe: Get methods from class file Pin
Pete O'Hanlon5-Nov-07 1:48
mvePete O'Hanlon5-Nov-07 1:48 
GeneralRe: Get methods from class file Pin
Ya3sam5-Nov-07 3:48
Ya3sam5-Nov-07 3:48 
QuestionCalculate CPU Percentage of processes in a dual core system Pin
Lakshmi Venkatesh4-Nov-07 22:56
Lakshmi Venkatesh4-Nov-07 22:56 
AnswerRe: Calculate CPU Percentage of processes in a dual core system Pin
Luc Pattyn5-Nov-07 2:13
sitebuilderLuc Pattyn5-Nov-07 2:13 

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.