 |
|
 |
I was very pleasantly surprised to see EXPLORERBAR responding to theme changes (for example Homestead and Silver on XP). I know at one time uxtheme.dll wasn't fully supporting various themes for EXPLORERBAR components. Developers had to dig through ShellStyles.dll to find the appropriate bitmaps, etc.
When did this change?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Another way to ensure that your application still runs on older versions of Windows while retaining the convenience of calling the theme functions directly is to use VC's DELAYLOAD feature (pass /DELAYLOAD:uxtheme.dll to the linker). Then, either test whether you are running on XP (or later) before calling any theme functions or catch the resulting exception on other platforms when you do.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I'm new to this code, just taken over from someone else, but I'm getting a problem after updating my c# code to v2.0 .net framework. The check box control doesn't draw properly on the form unless you enlarge the form. This works fine in v1.1 .net framework. Has anyone any ideas why this is the case or the areas to investigate?
|
| Sign In·View Thread·PermaLink | 2.00/5 |
|
|
|
 |
|
 |
Sorry to use this place to ask this. (i am not a coder)
I dont know what has messed up my win XP ui. I am suspecting GameXP did it probably, but although i did restore some glitches like images preview not working, filmstrip not working, jpg thumbnails not working, etc there is a number of other issues that i cant fix. Is there a way to repair / restore the windows XP GUI as a whole? (or at least the issues i mention below?)
I tried [sfc /scannow] and XP repair install with no results.
Here are some of the glitches i have found so far, i am sure there are more. Highlighted by the red outlines on the screenshots....
http://www.ideart.gr/delete/XP_GUI_2.jpg[^] http://www.ideart.gr/delete/XP_GUI_1.jpg[^] http://www.ideart.gr/delete/XP_GUI_3.jpg[^]
- second color in title bar is off - background color in top toolbars menu items switching colors abnormaly
also poster here: http://www.5starsupport.com/ipboard/index.php?showtopic=6708[^] http://forum.tweaks.com/forum/Topic218015-7-1.aspx[^] http://www.flexbeta.net/forums/index.php?s...mp;#entry107546[^]
I already contacted the GameXP author to provide me with a list of registry alterations their program does but no response yet
just for the record other glitches i noticeably came across : - one specific usb root hub or a device attached to it (joystick) needs to have its "allow pc to turn power off in this device" option unchecked in order hibernation to work properly (otherwise it would automatically resume back instead of shutting down)
- video files associations messed up especially optical media autorun acossiations related to cyberlink power dvd (could fix that installing again power dvd i guess?)
- strange dvd movies playback glitches: the monitor going blank reporting off range frequency or the whole desktop moving down the screen and losing the cursor or the bottom of the desktop (including the taskbar) being lost in a black horizontal zone .....
-- modified at 14:12 Monday 19th March, 2007
|
| Sign In·View Thread·PermaLink | 1.00/5 |
|
|
|
 |
|
 |
Hello,
Excellent, succinct example. As you know, the XP theme library is called uxtheme.dll. Would you know of the vista theme dll yet? Any plans to migrate this project to a vista theme-capable solution?
Many thanks,
c0d3Dr4g0n
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Yes it runs but it's doesn't show the new parts and states in Vista. There is a new file "vssym32.h" which is included in preference to "tmschema.h" (obsolete) under Vista - install the Vista SDK to see it.
Tim Stubbs
|
| Sign In·View Thread·PermaLink | 2.60/5 |
|
|
|
 |
 | Great  Sanbrother | 2:00 27 Aug '06 |
|
|
 |
|
 |
I just see a simple class with wraps simple C API into a class namespace without any C++ nor compiler advantages.
1. The code could be inlined without increasing the build size. That way it just reduces performance and increases link time. 2. Calling GetProcAddress everytimes the wrapper function is called is a very slow thing. It won't take much memory to buffer these function pointers. 3. It would be good to wrap the HTHEME handle into an auto_ptr class to be exceptionsafe and its destructor will automatically close the opened theme.
|
| Sign In·View Thread·PermaLink | 1.00/5 |
|
|
|
 |
|
 |
Can anyone find the taskbar window buttons? The ones with the icon and text of the running windows, I have no idea what they're called
All your source are belong to us!
|
| Sign In·View Thread·PermaLink | 2.00/5 |
|
|
|
 |
|
 |
Thanks for this excellent code. It helps a lot.
Which Theme have you used in the picture of demo app? Very nice in look and for testing purpose. From where did you downloaded it?
Ana
|
| Sign In·View Thread·PermaLink | 2.00/5 |
|
|
|
 |
|
 |
Hi,
I'm making an internet explorer deskband toolbar, and I can't seem to find how to draw the themed background for my toolbar. All toolbars in IE have this gradient going from a light gray/beige to slightly darker (from left to right) I've tried all different kinds of calls to OpenThemeData (with different classes supplied) and all kinds of calls to DrawThemeBackground, but none give me something that even has a left to right gradient with the same colors.
Does anyone have any suggestions?
|
| Sign In·View Thread·PermaLink | 1.00/5 |
|
|
|
 |
|
|
 |
|
|
 |
|
 |
Some one knows why? 
I used it this way:
WCHAR szwThemeFile[MAX_PATH]; WCHAR szwThemeColor[256]; g_xpStyle.GetCurrentThemeName(szwThemeFile, MAX_PATH, szwThemeColor, 256, NULL, 0)
|
| Sign In·View Thread·PermaLink | 1.20/5 |
|
|
|
 |
|
 |
Some one knows why? 
I used it this way: WCHAR szwThemeFile[MAX_PATH]; WCHAR szwThemeColor[256]; g_xpStyle.GetCurrentThemeName(szwThemeFile, MAX_PATH, szwThemeColor, 256, NULL, 0)
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi Users,
sorry. my english very bad, i from germany. OpenThemeData and more in my Delphi wonderfull... Buttons, Edits and more is perfekt. Problems with the Font. Buttontext have a standard font. Experiments with GetThemeFont = ERROR ERROR ERROR. can you help me?
Example-Source-Code for me? Delphi (better) or another?
greetings from germany Mike
|
| Sign In·View Thread·PermaLink | 1.50/5 |
|
|
|
 |
|
 |
Love the program, I've been looking for something that can extract theme data. However, and correct me if I'm wrong, one element I would like to extract appears missing: the Start Button...does the program not grep the button or is the button built from the theme data (if so, any help would be greatly appreciated)?
Thanks, Ryan
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Your code is realy very usefull for windows 2000/xp. Can i do this within windows 98/ME. If no, then how can i use in win98/ME. Thanks.
Burhan
|
| Sign In·View Thread·PermaLink | 1.67/5 |
|
|
|
 |
|
 |
In the various ...Fail static functions there are unused parameters that give tons of compiler warnings. They ought to be removed.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
This is a great example of the different XP Theme controls that are supposedly available. On my system some controls do not appear at all such as Part: SYSBUTTON in any State. When I debug it in code the call g_xpStyle.DrawThemeBackground(...) returns E_FAIL but their is no GetLastError that sheds any light on why this fails, am I missing a critical skin bitmap or is my manifest files out of date? Has anybody else seen this problem? Can anybody please help me.
Thanks
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
This is a bug in the uxtheme library. The fix is in Windows XP SP2, but won't be publicly available until Summer '04.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
All the static private member funcs need the __stdcall keyword, e.g. static HRESULT __stdcall CloseThemeDataFail(HTHEME)
Without __stdcall you run into trouble with VS 7.0 or 7.1 and its new stack guard: Code Generator -> Basic Runtime Checks -> Both (/RTC1, equiv. to /RTCsu) This occurs, when you run the code on W2K machines where the LoadLibrary fails.
Thomas Haase
|
| Sign In·View Thread·PermaLink | 1.67/5 |
|
|
|
 |
|
|
 |
|
|
 |