Adding badges over the Access taskbar icon.

xavier.batlle

Active member
Local time
Today, 08:53
Joined
Sep 1, 2023
Messages
247
This code allows you to place a small status icon (e.g., a red circle, a green check, or a number icon) over your Access taskbar button. It also allows to create and display dynamic images (using GDI+) over the taskbar button.
Some examples:
1772533651250.png

1772533675675.png

1772533715963.png


If you are opening multiple front ends on the same computer, you will need to ensure that each one has its own task bar button, for example:
1772815359140.png


By default, when you open several databases, they are stacked on the same MS Access taskbar button, and this code does not work as expected.
 

Attachments

Last edited:
Nice work! Looks a bit like my Android phone interface where such overlays are common.
 

Users who are viewing this thread

Back
Top Bottom