Hi there,
does anybody know how i can change external icon-paths into embedded resource icons?
Example: i want to change the icon of my ToolBoxItem. I have only the possibility to set the path to the icon. Setting the picture directly does not work:
new ToolboxItemWrapper(typeof (MyItem9), "C:\\tmp\\item9.ico", "Item9"),
I want to change this path to the path of a embedded resource file:
new ToolboxItemWrapper(typeof (MyItem9), "MyAssembly.Resources.myIcon.ico", "Item9"),
Is there any possibility to do this? Or is there even a possibility to set the icon directly?
Thanks, el