Print Page | Close Window

Add Images in ImageManagerIcons

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Suite Pro
Forum Description: Topics Related to Codejock Suite Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=10011
Printed Date: 07 May 2024 at 1:45pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Add Images in ImageManagerIcons
Posted By: AbhishekGoenka
Subject: Add Images in ImageManagerIcons
Date Posted: 31 March 2008 at 4:04am
Hi

I have imageslist in which various images are stroed. Now I want to add full imagelist in ImageManagerIcons

Can someone help me.



Replies:
Posted By: Oleg
Date Posted: 01 April 2008 at 1:53am

Hi,

You can try loop all items in ImageList and call ImageManager.AddIcon for each icon.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: AbhishekGoenka
Date Posted: 02 April 2008 at 12:36am
Hi,

Can you provide me the demo codding of adding the items of ImageList to ImageManager


Posted By: Oleg
Date Posted: 02 April 2008 at 1:29am
Hi,
What did you try ?


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: AbhishekGoenka
Date Posted: 02 April 2008 at 3:45am
Hi

I tried to add in the ImageManager but It is giving some error
Please give one sample



Posted By: Oleg
Date Posted: 02 April 2008 at 4:41am
Hi,
 
Here sample code that works for me:
 
Private Sub Form_Load()
CommandBars1.ActiveMenuBar.Controls.Add xtpControlButton, 10, ""

CommandBars1.Options.UseSharedImageList = False
CommandBars1.Icons.AddIcon ImageList1.ListImages(1).ExtractIcon.Handle, 10, xtpImageNormal
End Sub
 
But I very recommend you use our ImageManager instead of standard ImageList. it supports multiple formats + Alpha icons.


-------------
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS


Posted By: AbhishekGoenka
Date Posted: 02 April 2008 at 4:56am
Ok this is working fine



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net