Print Page | Close Window

Global Icon Manager - Add icons in .Net

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Controls
Forum Description: Topics Related to Codejock Controls
URL: http://forum.codejock.com/forum_posts.asp?TID=11913
Printed Date: 05 October 2024 at 10:37pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Global Icon Manager - Add icons in .Net
Posted By: dotnet
Subject: Global Icon Manager - Add icons in .Net
Date Posted: 20 August 2008 at 11:16pm
Hello!

How do I add icons to the global icon manager in VB.Net 2008?  I need to use icons in the list box control (with markup)

My code with VB6 was:

xtremesuitecontrols.Icons.LoadBitmap App.Path & "\32.png", 1, xtpImageNormal

I did not need to import or dim anything, simply add a control.

How do I do this with VB.Net?  I added an Import for XtremeSuiteControls, but the code above won't work.

Kind regards,




Replies:
Posted By: Oleg
Date Posted: 21 August 2008 at 1:46am
try
SuiteControlsGlobalSettings gs = new SuiteControlsGlobalSettings();


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


Posted By: dotnet
Date Posted: 27 August 2008 at 10:45am
Hello,

Thanks for the reply!

That fixed the problem.  Thanks for your help!

Kind regards,




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