I have an 80 number msflexgrid that randomly selects 20 numbers and puts a different image
selected cells
I have tried to put a small sleep to control the flicker, but it either does not help or slows the randomize too much.
cannot do a redraw false as the numbers need visually updating as they are selected.
example;
Set .CellPicture = imgHitUnSelected.Picture
What else can i try ?
selected cells
I have tried to put a small sleep to control the flicker, but it either does not help or slows the randomize too much.
cannot do a redraw false as the numbers need visually updating as they are selected.
example;
Set .CellPicture = imgHitUnSelected.Picture
What else can i try ?