Hey again :)
My program is split up in to forms one is the gui and one is only a picture on the other screen.
But when my gui is working (taking measurement etc. so really hard work!) the .gif picture in the
other form beginns to lag.
I enabled doublebuffered in the second form and it get better but not perfect.
Can I make it lag free or is a problem of the computer hardware?
Loading
Felipe RamosPosted Sep 16, 2010, 12:36 PM
Felipe RamosPosted Sep 17, 2010, 7:49 AM
Sascha BPosted Sep 16, 2010, 3:24 PM
Dispose was the right hint :)
I took some work of code splitting in a backgroundworker and
disposed the picture + double buffered.
And now it's nearly perfect smooth. But I think with a better computer
you won't see that lagging now no more.
Thanks again