ShortcutBar controls AddImageList |
Post Reply |
Author | |
Missy
Newbie Joined: 08 March 2005 Status: Offline Points: 2 |
Post Options
Thanks(0)
Posted: 08 March 2005 at 12:31pm |
I cannot get ShortcutBar::AddImageList() to work. I created 2 System.Windows.Forms.ImageList controls, one 16x16 the other 24x24. I try to add them to the shortcut bar control via AddImageList but I get "No such interface supported" exception. wndShortcutBar.AddImageList(imlOutlook); I am using VC#.Net 2003 and 9.60.1 of Xtreme Suite Pro |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
AddImageList needs MS Image list, not .NET image list. we recommend you use ImageManager icons instead (like in our sample). wndShortcutBar.Icons = (XtremeSuiteControls.ImageManagerIcons)ImageManager.Icons; |
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
Missy
Newbie Joined: 08 March 2005 Status: Offline Points: 2 |
Post Options
Thanks(0)
|
I found a workaround anyway. Thank you. The documentation was not a all clear on that point and should probably be updated to reflect this information. |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |