Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Controls
  New Posts New Posts RSS Feed - Global Icon Manager - Add icons in .Net
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Global Icon Manager - Add icons in .Net

 Post Reply Post Reply
Author
Message
dotnet View Drop Down
Newbie
Newbie


Joined: 20 August 2008
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote dotnet Quote  Post ReplyReply Direct Link To This Post Topic: Global Icon Manager - Add icons in .Net
    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,

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 21 August 2008 at 1:46am
try
SuiteControlsGlobalSettings gs = new SuiteControlsGlobalSettings();
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
dotnet View Drop Down
Newbie
Newbie


Joined: 20 August 2008
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote dotnet Quote  Post ReplyReply Direct Link To This Post Posted: 27 August 2008 at 10:45am
Hello,

Thanks for the reply!

That fixed the problem.  Thanks for your help!

Kind regards,

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.188 seconds.