Problem with PNG Icons in VB.Net |
Post Reply |
Author | |
mozaheb
Senior Member Joined: 03 April 2008 Status: Offline Points: 104 |
Post Options
Thanks(0)
Posted: 06 October 2010 at 4:27am |
Hi All
See attachment images : Please help me how Slove this problem with CodeJock Control for PNG Icons? Thanks |
|
________________________________
http://www.amootco.com Amoot Data Processing |
|
mozaheb
Senior Member Joined: 03 April 2008 Status: Offline Points: 104 |
Post Options
Thanks(0)
|
Please Help Me...
|
|
________________________________
http://www.amootco.com Amoot Data Processing |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi,
Load image into an ImageManager.Icons or to XtremeSuiteControls.Icons collection
Add image in ImageManager in IDE with ID=9999 (for example)
yourButton.Icon = Me.ImageManager1.Icons.GetImage(9999, 85)
or
XtremeSuiteControls.Icons.LoadBitmap "<Path of image.png", 9999, xtpImageNormal
yourButton.Icon = XtremeSuiteControls.Icons.GetImage(9999, 85) |
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
mozaheb
Senior Member Joined: 03 April 2008 Status: Offline Points: 104 |
Post Options
Thanks(0)
|
Thanks Aaron
Very Helpful... Thanks Again |
|
________________________________
http://www.amootco.com Amoot Data Processing |
|
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 |