CTaskPanel Bitmaps |
Post Reply |
Author | |
ICBM
Groupie Joined: 15 January 2004 Location: New Zealand Status: Offline Points: 57 |
Post Options
Thanks(0)
Posted: 25 January 2004 at 8:14pm |
Is it possible to use 32x32 icons instead of 16x16 icons in a CXTPTaskPanel ? I modified the TaskPanel sample application to load a 32x32 bitmap (code snippet below) but the spacing of the html controls is all wrong (screenshot attached). Has the TaskPanel control been hardwired for 16x16 icons/bitmaps ? m_ilTaskIcons.Create(16, 16, ILC_COLOR32|ILC_MASK, 0, 1); CBitmap bmp; bmp.LoadBitmap(IDB_TASKICONS_ALPHA); to m_ilTaskIcons.Create(32, 32, ILC_COLOR32|ILC_MASK, 0, 1); CBitmap bmp; bmp.LoadBitmap(IDB_FILEICONS_ALPHA); |
|
Oleg
Admin Group Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
|
I will send you sample to e-mail
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
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 |