Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - how to customize OoutlookBar TaskPanel ...
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

how to customize OoutlookBar TaskPanel ...

 Post Reply Post Reply
Author
Message
evoX View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 July 2007
Status: Offline
Points: 207
Post Options Post Options   Thanks (0) Thanks(0)   Quote evoX Quote  Post ReplyReply Direct Link To This Post Topic: how to customize OoutlookBar TaskPanel ...
    Posted: 28 July 2007 at 8:51am
I have an OutlookBar TaskPanel just like in the GUI_Outlook sample, and I want to add icons to folders and make the folders with gradients just like the shortcutbar, how can I do this ?
 
I want to make it look like this...
Back to Top
evoX View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 July 2007
Status: Offline
Points: 207
Post Options Post Options   Thanks (0) Thanks(0)   Quote evoX Quote  Post ReplyReply Direct Link To This Post Posted: 28 July 2007 at 12:29pm
I also have problems using PNG bitmap files for outlookbar icons
 
I use these lines of code to set the icons from a PNG file, but the icons are not displayed at all.

m_wndOutlookBar.SetIconSize(CSize(64,50));

m_wndOutlookBar.GetImageManager()->SetIcons(IDB_PNG_FOLDER_IMAGES);

 

Back to Top
Oleg View Drop Down
Senior Member
Senior Member


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: 30 July 2007 at 8:00am
Hi,
 
try \Samples\TaskPanel\ToolBox\ToolBox.dsw  sample - think you find ShortcutBarOffice2003 theme.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
evoX View Drop Down
Senior Member
Senior Member
Avatar

Joined: 25 July 2007
Status: Offline
Points: 207
Post Options Post Options   Thanks (0) Thanks(0)   Quote evoX Quote  Post ReplyReply Direct Link To This Post Posted: 30 July 2007 at 8:49am

Hi,

  The toolbox sample does not have any theme included.
  Also can you help me with the transparent PNG images in the taskpanel ?
  If I set a 32-bit alpha BMP file it is displayed with white background, and the PNG images are not displayed at all.
 
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.059 seconds.