This is an extension to @xavier.batlle's remarkable post here.
The post is in the "Sample Databases" subforum.
I didn’t post this reply there because adding non-essential replies would make the thread unnecessarily long and harder to follow for those who access it later.
Just wanted to mention that it behaves a bit strangely on multi-monitor setups (at least on two of my PCs).
I have three different databases open on three monitors, with monitor 2 (the middle one) set as the default.
I’m running your shared app on the left monitor.
Thanks again for sharing. I used a part of it in my app.
The post is in the "Sample Databases" subforum.
I didn’t post this reply there because adding non-essential replies would make the thread unnecessarily long and harder to follow for those who access it later.
@xavier.batlle Thanks for sharing the database. I’ve wanted to do something like that for a long time, but with my limited knowledge I didn’t even know where to start. Now I have a complete working solution sitting in my archive.xavier.batlle said:
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:
Just wanted to mention that it behaves a bit strangely on multi-monitor setups (at least on two of my PCs).
I have three different databases open on three monitors, with monitor 2 (the middle one) set as the default.
I’m running your shared app on the left monitor.
| Left monitor (showing sample file) | Middle monitor (database 1) | Right Monitor (Database 2) | |
| Clicking Create Badge From Icon | Shows icon badge | Doesn't show any Badge | Shows icon Badge |
| Clicking Create Text Badge | Shows text badge | Shows Icon Badge | Shows text badge |
| Clicking Clear Badge | Hides Badge | Shows text Badge | Hides Badge |
| Clicking Clear Badge one more time | Hides Badge | Hides Badge | Hides Badge |
| Clicking any of right side 10 buttons | Shows Badge and after finishing, Hides the badge | Shows Badge but after finishing, Badge stays visible. | Shows Badge and after finishing, Hides the badge |
Thanks again for sharing. I used a part of it in my app.
Last edited: