Click here to Skip to main content
15,926,939 members
Home / Discussions / C#
   

C#

 
AnswerRe: Registry Values Pin
Martin#24-Jan-07 10:11
Martin#24-Jan-07 10:11 
AnswerRe: Registry Values Pin
Luc Pattyn24-Jan-07 16:25
sitebuilderLuc Pattyn24-Jan-07 16:25 
QuestionHidden Text From RichTextBox Pin
Abisodun24-Jan-07 7:34
Abisodun24-Jan-07 7:34 
QuestionPerformance issue: I/O intensive Pin
ESTAN24-Jan-07 7:30
ESTAN24-Jan-07 7:30 
AnswerRe: Performance issue: I/O intensive Pin
Aaron VanWieren24-Jan-07 9:27
Aaron VanWieren24-Jan-07 9:27 
AnswerRe: Performance issue: I/O intensive Pin
Luc Pattyn24-Jan-07 15:11
sitebuilderLuc Pattyn24-Jan-07 15:11 
GeneralRe: Performance issue: I/O intensive Pin
ESTAN25-Jan-07 10:30
ESTAN25-Jan-07 10:30 
GeneralRe: Performance issue: I/O intensive Pin
Luc Pattyn25-Jan-07 11:19
sitebuilderLuc Pattyn25-Jan-07 11:19 
please be much more specific as to what is going on on your system, and what you
observe. Just a few questions, but incomplete since I dont know your stuff:

large file copy: how large ? how long does it take normally ?
is the large file copy invoked by your app, or is it an independent system activity ?
if by your app, is it invoked by the UI thread ?
between which devices is the copy ?

if not doing large file copy how fast/slow is a form maximize/restore/minimize ?
and with large file copy, how fast then.

What is the complexity of the form, what is special to it, how large is your background
image, is it the form's background, your desktop or what ? where is it stored ?
(should not be a problem if reasonable size = less than 10MB, on a normal local hard disk
that is not otherwise overloaded, and without memory shortage).

What is your memory situation: how much RAM, what is your app's working set, does
it need large objects (over 30 MB each) ?

Are there other anomalies: slow resizing, slow painting, jerky behavior, whatever...
How is CPU load (watch task manager/performance) when things go normal, and when
things go slow.

Smile | :)



Luc Pattyn

Questionc# to pascal Pin
conemajstor24-Jan-07 7:23
conemajstor24-Jan-07 7:23 
AnswerRe: c# to pascal Pin
Christian Graus24-Jan-07 9:10
protectorChristian Graus24-Jan-07 9:10 
AnswerRe: c# to pascal Pin
ednrgc24-Jan-07 9:25
ednrgc24-Jan-07 9:25 
QuestionCustom row sorting XML datagrid Pin
bartbauldry24-Jan-07 7:19
bartbauldry24-Jan-07 7:19 
GeneralCSUnit VS NUnit Pin
Aaron VanWieren24-Jan-07 6:34
Aaron VanWieren24-Jan-07 6:34 
GeneralRe: CSUnit VS NUnit Pin
ednrgc24-Jan-07 9:04
ednrgc24-Jan-07 9:04 
GeneralRe: CSUnit VS NUnit Pin
Aaron VanWieren24-Jan-07 9:24
Aaron VanWieren24-Jan-07 9:24 
QuestionAutomate testing Website using C# Pin
sreecahitu24-Jan-07 5:44
sreecahitu24-Jan-07 5:44 
AnswerRe: Automate testing Website using C# Pin
ednrgc24-Jan-07 6:08
ednrgc24-Jan-07 6:08 
QuestionPage Refresh Problem --- Postback Gurus Help Pin
fahiemulleh24-Jan-07 5:34
fahiemulleh24-Jan-07 5:34 
AnswerRe: Page Refresh Problem --- Postback Gurus Help Pin
ednrgc24-Jan-07 6:09
ednrgc24-Jan-07 6:09 
GeneralRe: Page Refresh Problem --- Postback Gurus Help Pin
fahiemulleh24-Jan-07 6:20
fahiemulleh24-Jan-07 6:20 
GeneralRe: Page Refresh Problem --- Postback Gurus Help Pin
ednrgc24-Jan-07 6:23
ednrgc24-Jan-07 6:23 
QuestionAnother Quick C# Question Pin
BlitzPackage24-Jan-07 5:08
BlitzPackage24-Jan-07 5:08 
AnswerRe: Another Quick C# Question Pin
Not Active24-Jan-07 5:23
mentorNot Active24-Jan-07 5:23 
AnswerRe: Another Quick C# Question Pin
Colin Angus Mackay24-Jan-07 5:27
Colin Angus Mackay24-Jan-07 5:27 
AnswerRe: Another Quick C# Question Pin
Christian Graus24-Jan-07 9:10
protectorChristian Graus24-Jan-07 9: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.