Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2745
Cannot show image in labeltool in ultratoolbarsmanager
posted

Hello!

I am trying to get an image to show up next to a labeltool and is placed in the right side of menu. Below the label, I have a listtool with different items. Any suggestion someone?

I have added these two lines to be sure, and it works for othe type of tools in the menu like buttontools etc.

tbm.Tools("MRUProjectLabel").SharedProps.AppearancesLarge.Appearance.Image = Image.FromFile(ImagesFolder & "Menu\Open_32.png")
tbm.Tools("MRUProjectLabel").SharedProps.AppearancesSmall.Appearance.Image = Image.FromFile(ImagesFolder & "Menu\Districts_24.png").

I know that I am missing something, but what ;-)