Hello,
I was able to successfully add a custom tool to the Mini Construction toolbar, thank you for the GUID.
However, I noticed a strange behavior. My custom tools implement ICommandSubType and when I mouse over the icons it appears that they are inheriting the subtype of the mini construction toolbar instead of the subtypes from my class. Its also odd because the On_Click events are correctly reporting back message boxes of the tools subtypes. For example the subtypes for my controls are 6, 7 and 8 respectively from right to left in the highlighted group, see attached. However, when I mouse over my tool 6 I get the ToolTip response of my custom tool number 8, which just so happens to be the same position on the Mini Construction toolbar. Yet, when I click on my tool 6 it correctly reports back the tools name with a message box. Is this correct behavior?
G