Global Icon Manager - Add icons in .Net |
Post Reply |
Author | |
dotnet
Newbie Joined: 20 August 2008 Status: Offline Points: 3 |
Post Options
Thanks(0)
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, |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
try
SuiteControlsGlobalSettings gs = new SuiteControlsGlobalSettings();
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
dotnet
Newbie Joined: 20 August 2008 Status: Offline Points: 3 |
Post Options
Thanks(0)
|
Hello,
Thanks for the reply! That fixed the problem. Thanks for your help! Kind regards, |
|
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 |