This is source code of my testing program:
http://www.teleeye.com/marketing/Software/PlaybackLogCtrl_sample.zip
(Run in Visual Studio 2005)
In the source, i used a tableLayout Named logCamTableLayout and put
many logCamPanel on them, and then draw a Line on each of the
logCamPanel, and when these logCamPanel is redraw, it will call
OnPaint, and i will write a line that, but i find the screen will be
flicking when it needs to redraw. Does anyone know how to solve it?
Thanks