Hi
I have an application that uses WinToolBars as office style ribbon. I have a requirement to show notification on one of the ribbon button. Ideally I would like to change the image of the button to show the image with number of items to be processed.
Is there a simple way to do this?
Any suggestions greatly appreciated.
Regards
James O'Doherty
Solution and Database Architect
WINSQL Ltd
You could dynamically generate the image..I attached an example that generates an image of a number within a circle.
The example code returns a System.Drawing.Image, which you can assign to the Image property of the tool's Appearance.