Martin Beney
Registered User.
- Local time
- Today, 08:33
- Joined
- Mar 22, 2007
- Messages
- 33
Hi,
VBA Access 2019
I want a set of thumbnails displayed with text underneath and for the one under the mouse to be highlighted.
I have an unassociated label (I have tried a text box etc with no change) which holds the text and I change the background colour using mouse move etc. Over the top of this is a smaller image control for the thumbnail.
It all works except....
when changing the background colour of the label it seems that the picture is repainted as well and this makes it look significantly ugly!
I have tried docmd.echo false, application.echo false and me.paint false. NONE stop the picture blanking and then repainting.
SO how to stop the screen display until it is all complete?
Any ideas gratefully received.
Regards Martin
VBA Access 2019
I want a set of thumbnails displayed with text underneath and for the one under the mouse to be highlighted.
I have an unassociated label (I have tried a text box etc with no change) which holds the text and I change the background colour using mouse move etc. Over the top of this is a smaller image control for the thumbnail.
It all works except....
when changing the background colour of the label it seems that the picture is repainted as well and this makes it look significantly ugly!
I have tried docmd.echo false, application.echo false and me.paint false. NONE stop the picture blanking and then repainting.
SO how to stop the screen display until it is all complete?
Any ideas gratefully received.
Regards Martin