Print Page | Close Window

how to expand Office2007.dll styles to popups?

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Toolkit Pro
Forum Description: Topics Related to Codejock Toolkit Pro
URL: http://forum.codejock.com/forum_posts.asp?TID=20468
Printed Date: 04 May 2024 at 11:49am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: how to expand Office2007.dll styles to popups?
Posted By: mimic182
Subject: how to expand Office2007.dll styles to popups?
Date Posted: 26 December 2012 at 1:36am
during the development of our software using CodeJoke toolkit we caught up by a problem spreading exact style to all the inner windows: settings, popups, dialogue boxes, etc.
so, here's the explanation of what we trying to reveal.

this is Office 2007 as it is:


this small "FAQ" window based on exact office blue style. I like this flat window, with no glossy forms and buttons (3). this 2-3px frame (1) also looks great with icons (2).

and here's what we got in our software (looks like windows 3.11 and it's disgusting lool)):
(sorry in advance for pixelating conspiracy, but it's a must...)

we're trying to avoid - 1. this boring gray background, and spread blue gradient effect as shown on the top. 2. avoid also this glow effect to all the buttons and apply some blue scheme to it. 3. the same to the input fields and combo boxes.

any suggestions, any ideas?? where to start to dig?

the same question expandable to the popups appearing by right mous clicking:
here's the office style:

what I like here is:
1. transparent shadows
2. rounded corners and 1px frame
3. this vertical gray background under icons

and here's what we got:

it really looks closer, but some of details still unacceptable...

any suggestions, any ideas?? where to start to dig?



Replies:
Posted By: rdhd
Date Posted: 28 August 2014 at 4:01pm
We used calls like this: pRibbonPaintManager->LoadImage(_T("RIBBONGROUPS"));

I used that call to help draw my background. However, I just found that the Office2013.dll ribbon theme doesn't have that image. So have a backup plan for your background. I didn't and when I used that theme some of my backgrounds became "transparent" because I didn't get the image.

You can open the theme DLL(s) in Visual Studio and go to the resource view and examine their images to find one and the name but as I found out, it isn't robust as it is dangerous to make the asssumption I did (all "office" themes will have the same images available).



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net