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

C#

 
AnswerRe: the timer is slowed Pin
Eddy Vluggen3-Feb-19 1:27
professionalEddy Vluggen3-Feb-19 1:27 
Mohamed Fahad wrote:
chart1.Series[0].Points.AddXY(a, b);

It adds a Point to a collection every 100 ms, until the list is so large it slows down the entire application. If it could keep up with allocating new memory, you would eventually run out of it.
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]
"If you just follow the bacon Eddy, wherever it leads you, then you won't have to think about politics." -- Some Bell.

GeneralRe: the timer is slowed Pin
Mohamed Fahad3-Feb-19 1:42
Mohamed Fahad3-Feb-19 1:42 
GeneralRe: the timer is slowed Pin
Eddy Vluggen3-Feb-19 1:44
professionalEddy Vluggen3-Feb-19 1:44 
GeneralRe: the timer is slowed Pin
OriginalGriff3-Feb-19 1:59
mveOriginalGriff3-Feb-19 1:59 
GeneralRe: the timer is slowed Pin
Eddy Vluggen3-Feb-19 2:04
professionalEddy Vluggen3-Feb-19 2:04 
GeneralRe: the timer is slowed Pin
OriginalGriff3-Feb-19 2:23
mveOriginalGriff3-Feb-19 2:23 
AnswerRe: the timer is slowed Pin
Gerry Schmitz4-Feb-19 6:41
mveGerry Schmitz4-Feb-19 6:41 
QuestionUsing Clang in c# project Pin
areejmayar1-Feb-19 23:57
areejmayar1-Feb-19 23:57 
AnswerRe: Using Clang in c# project Pin
OriginalGriff2-Feb-19 0:50
mveOriginalGriff2-Feb-19 0:50 
AnswerRe: Using Clang in c# project Pin
jschell2-Feb-19 6:13
jschell2-Feb-19 6:13 
GeneralRe: Using Clang in c# project Pin
areejmayar2-Feb-19 7:01
areejmayar2-Feb-19 7:01 
GeneralRe: Using Clang in c# project Pin
OriginalGriff2-Feb-19 19:32
mveOriginalGriff2-Feb-19 19:32 
GeneralRe: Using Clang in c# project Pin
jschell17-Feb-19 5:33
jschell17-Feb-19 5:33 
GeneralRe: Using Clang in c# project Pin
OriginalGriff17-Feb-19 6:02
mveOriginalGriff17-Feb-19 6:02 
QuestionPassing Json from Winforms to console app for writing to file Pin
jkirkerx31-Jan-19 9:58
professionaljkirkerx31-Jan-19 9:58 
AnswerRe: Passing Json from Winforms to console app for writing to file Pin
jkirkerx31-Jan-19 10:18
professionaljkirkerx31-Jan-19 10:18 
AnswerRe: Passing Json from Winforms to console app for writing to file Pin
Dave Kreskowiak31-Jan-19 13:52
mveDave Kreskowiak31-Jan-19 13:52 
GeneralRe: Passing Json from Winforms to console app for writing to file Pin
jkirkerx1-Feb-19 7:50
professionaljkirkerx1-Feb-19 7:50 
QuestionC# MongoDB Guid Problem Pin
Kevin Marois31-Jan-19 7:49
professionalKevin Marois31-Jan-19 7:49 
AnswerRe: C# MongoDB Guid Problem Pin
BillWoodruff31-Jan-19 12:26
professionalBillWoodruff31-Jan-19 12:26 
AnswerRe: C# MongoDB Guid Problem Pin
Richard Deeming1-Feb-19 1:12
mveRichard Deeming1-Feb-19 1:12 
QuestionExtracting string between quotes Pin
Priya Karthish31-Jan-19 0:08
Priya Karthish31-Jan-19 0:08 
AnswerRe: Extracting string between quotes Pin
lmoelleb31-Jan-19 0:23
lmoelleb31-Jan-19 0:23 
AnswerRe: Extracting string between quotes Pin
OriginalGriff31-Jan-19 0:53
mveOriginalGriff31-Jan-19 0:53 
JokeRe: Extracting string between quotes Pin
Richard Deeming1-Feb-19 1:08
mveRichard Deeming1-Feb-19 1:08 

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.