J
juvi
Hello,
I have got an image (vga resolution) stored in:
Image BGImage;
When my program is launching then the picturebox1.image is set to BGImage.
After that I am drawing some transparent images and text with opennetcf and
cf.
For the first time it is ok, but when something changes and I must redraw
then the image will be disposed and reloaded again with the method described
above. After that I am redrawing again everything on this picturebox.image.
The result is a flickering effect....what could be the performance problem
and how could I avoid this flickering???
thx
juvi
I have got an image (vga resolution) stored in:
Image BGImage;
When my program is launching then the picturebox1.image is set to BGImage.
After that I am drawing some transparent images and text with opennetcf and
cf.
For the first time it is ok, but when something changes and I must redraw
then the image will be disposed and reloaded again with the method described
above. After that I am redrawing again everything on this picturebox.image.
The result is a flickering effect....what could be the performance problem
and how could I avoid this flickering???
thx
juvi