Click here to Skip to main content
15,898,795 members
Home / Discussions / C#
   

C#

 
QuestionReading Big Endian Values Pin
Klazen16-Sep-07 16:39
Klazen16-Sep-07 16:39 
AnswerRe: Reading Big Endian Values Pin
Paul Conrad16-Sep-07 17:19
professionalPaul Conrad16-Sep-07 17:19 
GeneralRe: Reading Big Endian Values Pin
Klazen17-Sep-07 9:02
Klazen17-Sep-07 9:02 
Questionrelating between a winform and a web form Pin
H.R16-Sep-07 12:40
H.R16-Sep-07 12:40 
AnswerRe: relating between a winform and a web form Pin
Christian Graus16-Sep-07 12:48
protectorChristian Graus16-Sep-07 12:48 
AnswerRe: relating between a winform and a web form Pin
Paul Conrad16-Sep-07 13:08
professionalPaul Conrad16-Sep-07 13:08 
Questionmy Form goes blank Pin
gizmokaka16-Sep-07 12:29
gizmokaka16-Sep-07 12:29 
AnswerRe: my Form goes blank Pin
Mark Churchill16-Sep-07 12:36
Mark Churchill16-Sep-07 12:36 
Seems to me like you are starving the main thread. The preferable solution is to use a seperate thread to read from your USB thingo and update the graph, leaving the main thread free to process windows messages (like redraw).

If you want to be really lazy, then you can just pump the messages manually using Application.DoEvents()

The MSDN[^] has a good description of what is going on in your app.

Mark Churchill
Director
Dunn & Churchill

GeneralRe: my Form goes blank Pin
gizmokaka16-Sep-07 12:43
gizmokaka16-Sep-07 12:43 
QuestionHow to draw the table? Pin
Seryoga16-Sep-07 11:19
Seryoga16-Sep-07 11:19 
AnswerRe: How to draw the table? Pin
Christian Graus16-Sep-07 12:20
protectorChristian Graus16-Sep-07 12:20 
GeneralRe: How to draw the table? Pin
Seryoga16-Sep-07 12:33
Seryoga16-Sep-07 12:33 
AnswerRe: How to draw the table? Pin
Guffa16-Sep-07 12:43
Guffa16-Sep-07 12:43 
GeneralRe: How to draw the table? Pin
Seryoga16-Sep-07 19:24
Seryoga16-Sep-07 19:24 
GeneralRe: How to draw the table? Pin
Christian Graus16-Sep-07 12:53
protectorChristian Graus16-Sep-07 12:53 
GeneralRe: How to draw the table? Pin
Paul Conrad16-Sep-07 13:10
professionalPaul Conrad16-Sep-07 13:10 
GeneralRe: How to draw the table? Pin
Christian Graus16-Sep-07 13:19
protectorChristian Graus16-Sep-07 13:19 
GeneralRe: How to draw the table? Pin
Paul Conrad16-Sep-07 13:26
professionalPaul Conrad16-Sep-07 13:26 
GeneralRe: How to draw the table? [modified] Pin
Seryoga16-Sep-07 19:37
Seryoga16-Sep-07 19:37 
GeneralRe: How to draw the table? Pin
Lutosław17-Sep-07 2:42
Lutosław17-Sep-07 2:42 
GeneralRe: How to draw the table? Pin
Seryoga17-Sep-07 4:17
Seryoga17-Sep-07 4:17 
GeneralRe: How to draw the table? Pin
Lutosław17-Sep-07 5:08
Lutosław17-Sep-07 5:08 
GeneralRe: How to draw the table? Pin
Seryoga17-Sep-07 7:07
Seryoga17-Sep-07 7:07 
GeneralRe: How to draw the table? Pin
Lutosław17-Sep-07 7:58
Lutosław17-Sep-07 7:58 
QuestionComboBox Pin
babbelfisken16-Sep-07 10:16
babbelfisken16-Sep-07 10:16 

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.