Click here to Skip to main content
16,005,389 members
Home / Discussions / C#
   

C#

 
AnswerRe: how to create a new .net solution at the run time or from other solution Pin
Nader Elshehabi1-Sep-06 5:16
Nader Elshehabi1-Sep-06 5:16 
Questionhow to use MD5 technics Pin
narendrakumarp31-Aug-06 2:23
narendrakumarp31-Aug-06 2:23 
AnswerRe: how to use MD5 technics Pin
SharpenedC31-Aug-06 2:27
SharpenedC31-Aug-06 2:27 
AnswerRe: how to use MD5 technics Pin
Rob Philpott31-Aug-06 5:01
Rob Philpott31-Aug-06 5:01 
QuestionMemory Leak? Pin
SharpenedC31-Aug-06 2:03
SharpenedC31-Aug-06 2:03 
AnswerRe: Memory Leak? Pin
Martin#31-Aug-06 2:09
Martin#31-Aug-06 2:09 
GeneralRe: Memory Leak? Pin
SharpenedC31-Aug-06 2:20
SharpenedC31-Aug-06 2:20 
GeneralRe: Memory Leak? Pin
J4amieC31-Aug-06 2:36
J4amieC31-Aug-06 2:36 
SharpenedC wrote:
myParticles[i].GetCurve()



without knowing what that call does, its impossible to tell you why your app is running out of memory. Likely candidate is an infinate loop within that method call (have you incrememnted all loop control variables - thats a common cause). Of course the other possibility is that you have a huge number of elements in your myParticles array (activeParticles), and it is genuinely running out of available memory to draw all the curves.





GeneralRe: Memory Leak? Pin
SharpenedC31-Aug-06 2:44
SharpenedC31-Aug-06 2:44 
GeneralRe: Memory Leak? Pin
J4amieC31-Aug-06 4:21
J4amieC31-Aug-06 4:21 
AnswerRe: Memory Leak? Pin
Martin#31-Aug-06 3:23
Martin#31-Aug-06 3:23 
GeneralRe: Memory Leak? [modified] Pin
SharpenedC31-Aug-06 3:31
SharpenedC31-Aug-06 3:31 
GeneralRe: Memory Leak? Pin
Martin#31-Aug-06 3:40
Martin#31-Aug-06 3:40 
AnswerRe: Memory Leak? Pin
leppie1-Sep-06 0:29
leppie1-Sep-06 0:29 
QuestionApp not repsonding-get data from SQL Pin
ewaldw31-Aug-06 1:55
ewaldw31-Aug-06 1:55 
AnswerRe: App not repsonding-get data from SQL Pin
beatles169231-Aug-06 2:16
beatles169231-Aug-06 2:16 
QuestionHow to lose focus on a textbox Pin
Goerlandt31-Aug-06 1:39
Goerlandt31-Aug-06 1:39 
AnswerRe: How to lose focus on a textbox Pin
Tamimi - Code31-Aug-06 1:50
Tamimi - Code31-Aug-06 1:50 
AnswerRe: How to lose focus on a textbox Pin
gus_br31-Aug-06 1:53
gus_br31-Aug-06 1:53 
AnswerRe: How to lose focus on a textbox Pin
beatles169231-Aug-06 2:27
beatles169231-Aug-06 2:27 
AnswerRe: How to lose focus on a textbox - SOLVED Pin
Goerlandt31-Aug-06 4:00
Goerlandt31-Aug-06 4:00 
GeneralRe: How to lose focus on a textbox - SOLVED Pin
Martin#31-Aug-06 4:46
Martin#31-Aug-06 4:46 
QuestionInserting Special Symbols & Alphabets in TextBox Pin
Chetan Ranpariya31-Aug-06 1:28
Chetan Ranpariya31-Aug-06 1:28 
Questionexport data from datagrid to excel [modified] Pin
Mamphekgo31-Aug-06 0:39
Mamphekgo31-Aug-06 0:39 
AnswerRe: export data from datagrid to excel Pin
narendrakumarp31-Aug-06 1:56
narendrakumarp31-Aug-06 1:56 

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.