S
steve
ok, ok...obj.suspendlayout/resumelayout. but it isn't helping and i need
advice. i have a custom progress bar made from a label control. i manually
paint it when the progress changes. i'm drawing a filled, rounded rectangle
twice w/n the label...once to give a light background color, the second time
is the show the progress. the third paint operation is to draw the progress
info text w/n the label. everything works just fine, but when progress
changes rapidly, i get flickering of all text and color layers...even though
i'm suspending layout ops prior to the graphics changes, then resuming.
any ideas on a quick fix...or anyone know how i can apply these graphics
operations to the label all at once?
tia,
steve
advice. i have a custom progress bar made from a label control. i manually
paint it when the progress changes. i'm drawing a filled, rounded rectangle
twice w/n the label...once to give a light background color, the second time
is the show the progress. the third paint operation is to draw the progress
info text w/n the label. everything works just fine, but when progress
changes rapidly, i get flickering of all text and color layers...even though
i'm suspending layout ops prior to the graphics changes, then resuming.
any ideas on a quick fix...or anyone know how i can apply these graphics
operations to the label all at once?
tia,
steve