Click here to Skip to main content
15,915,163 members
Home / Discussions / C#
   

C#

 
AnswerRe: Differences between strings Pin
Christian Graus10-Mar-07 5:57
protectorChristian Graus10-Mar-07 5:57 
AnswerRe: Differences between strings Pin
Phillip M. Hoff10-Mar-07 16:43
Phillip M. Hoff10-Mar-07 16:43 
Questionmove image through a path [modified] Pin
waleed9910-Mar-07 5:33
waleed9910-Mar-07 5:33 
AnswerRe: move image through a path Pin
Christian Graus10-Mar-07 5:43
protectorChristian Graus10-Mar-07 5:43 
GeneralRe: move image through a path Pin
waleed9910-Mar-07 21:13
waleed9910-Mar-07 21:13 
QuestionProblem with painting a form Pin
-raada-10-Mar-07 5:06
-raada-10-Mar-07 5:06 
AnswerRe: Problem with painting a form Pin
Christian Graus10-Mar-07 5:15
protectorChristian Graus10-Mar-07 5:15 
GeneralRe: Problem with painting a form Pin
-raada-10-Mar-07 7:49
-raada-10-Mar-07 7:49 
I know it because when the painting module is not attached the problem doesn't exist. (Module works with already preprocessed data and doesn't do much other thing then just paint them.)

Each sample is represented by array of double values which represents intensity of given frequency in that sample - when it's bigger than a threshold I paint a line at proper place (x axis is time y frequency)

When I repaint the whole signal when new sample was processed - it was unbearable.
Painting is executed in separate thread and I couldn't achieved satisfying results by just set time interval for repainting the signal.
So now I paint just individual samples by calling InvalidateRectangle method and whole signal when Paint event is fired not programmaticaly. But still not satisfyed.

I was asking just to be sure if I have to optimalize painting algorythm or I'm missing something else.

GeneralRe: Problem with painting a form Pin
Christian Graus10-Mar-07 8:10
protectorChristian Graus10-Mar-07 8:10 
AnswerRe: Problem with painting a form Pin
Luc Pattyn10-Mar-07 15:15
sitebuilderLuc Pattyn10-Mar-07 15:15 
GeneralRe: Problem with painting a form Pin
-raada-12-Mar-07 12:03
-raada-12-Mar-07 12:03 
GeneralRe: Problem with painting a form Pin
Luc Pattyn12-Mar-07 12:37
sitebuilderLuc Pattyn12-Mar-07 12:37 
QuestionError Pin
shamsteady10-Mar-07 4:43
shamsteady10-Mar-07 4:43 
AnswerRe: Error Pin
Christian Graus10-Mar-07 4:48
protectorChristian Graus10-Mar-07 4:48 
GeneralRe: Error Pin
shamsteady10-Mar-07 5:00
shamsteady10-Mar-07 5:00 
GeneralRe: Error Pin
Christian Graus10-Mar-07 5:16
protectorChristian Graus10-Mar-07 5:16 
AnswerRe: Error Pin
M-Hall10-Mar-07 6:48
M-Hall10-Mar-07 6:48 
GeneralRe: Error Pin
shamsteady10-Mar-07 7:01
shamsteady10-Mar-07 7:01 
GeneralRe: Error Pin
Christian Graus10-Mar-07 7:27
protectorChristian Graus10-Mar-07 7:27 
QuestionDo you know any API that can get the name of DVD movie? [modified] Pin
Khoramdin10-Mar-07 4:30
Khoramdin10-Mar-07 4:30 
AnswerRe: Do you know any API that can get the name of DVD movie? Pin
Christian Graus10-Mar-07 5:17
protectorChristian Graus10-Mar-07 5:17 
QuestionRe: Do you know any API that can get the name of DVD movie? Pin
Khoramdin11-Mar-07 9:31
Khoramdin11-Mar-07 9:31 
QuestionNeed help creating thumbnails Pin
Mark F.10-Mar-07 4:15
Mark F.10-Mar-07 4:15 
AnswerRe: Need help creating thumbnails Pin
Christian Graus10-Mar-07 5:17
protectorChristian Graus10-Mar-07 5:17 
GeneralRe: Need help creating thumbnails [modified] Pin
Mark F.10-Mar-07 6:07
Mark F.10-Mar-07 6:07 

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.