![]() |
Manifiest & office2003 theme |
Post Reply
|
| Author | |
Cusco
Newbie
Joined: 30 June 2004 Status: Offline Points: 5 |
Post Options
Thanks(0)
Quote Reply
Topic: Manifiest & office2003 themePosted: 01 December 2004 at 2:34am |
|
In the CommonControls sample program, I modified the thema into office2003 theme.. but Windows common controls didn't work.. I think because using manifest....But I wanna set the office2003 theme including the windows common controls...in the toolbar...( in anything else, wanna use manifest) How can i do?...Please, reply my question...
|
|
![]() |
|
Cusco
Newbie
Joined: 30 June 2004 Status: Offline Points: 5 |
Post Options
Thanks(0)
Quote Reply
Posted: 01 December 2004 at 6:35pm |
|
I tested the CommonControls sample program, after remove the manifest... SliderCtrl, CheckBox are didn't work..in office2003 theme.. I wanna set the program to office2003 theme (sliderCtrl, CheckBox)...Help me.. Please....reply ... |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 02 December 2004 at 3:02am |
|
What does it mean "are didn't work"? You can't click them? Or its mean you want to set backcolor? Or what? |
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Cusco
Newbie
Joined: 30 June 2004 Status: Offline Points: 5 |
Post Options
Thanks(0)
Quote Reply
Posted: 02 December 2004 at 3:22am |
|
its mean i wanna set backcolor to office2003 theme style... |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 02 December 2004 at 4:03am |
|
You must reflect WM_CTLCOLOR message and returns brush:
afx_msg HBRUSH CButtonOptions::CtlColor ( CDC* pDC, UINT nCtlColor ) return brush;
same for CSliderCtrl:
BEGIN_MESSAGE_MAP(CSliderCtrlEx, CSliderCtrl)
return brush;
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Ark42
Senior Member
Joined: 20 October 2003 Status: Offline Points: 291 |
Post Options
Thanks(0)
Quote Reply
Posted: 02 December 2004 at 4:48pm |
|
Can you get the gradient to show through for the Office 2003 theme or just a solid color? |
|
![]() |
|
Oleg
Senior Member
Joined: 21 May 2003 Location: United States Status: Offline Points: 11234 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 December 2004 at 7:18am |
|
Just solid :(
|
|
|
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS |
|
![]() |
|
Ark42
Senior Member
Joined: 20 October 2003 Status: Offline Points: 291 |
Post Options
Thanks(0)
Quote Reply
Posted: 06 December 2004 at 10:40am |
|
Is there a way to reflect the null brush / set transparent to true like you can with a Dialog to have a bitmap or gradient background show through? I thought there was a thread here not that long ago where that was shown to be possible, but with the Command bars this will not work? For some reason, I use a lot of CSliderCtrl's on my toolbars and they have to have grey boxes around them for now. |
|
![]() |
|
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 |