Questions tagged [uxtheme]
35 questions
0
votes
0 answers
Using CreateParams and SetWindowTheme on a ListView at the same time
I'm using the SetWindowTheme function (uxtheme.dll) to make my ListView look like Windows 7 native.
I had to use the CreateParams stuff to prevent that ListView flickering when I sort it.
It worked, but when I use that CreateParams code, the…

zdimension
- 977
- 1
- 12
- 33
0
votes
1 answer
taking ownership of uxtheme.dll in c++ and win 8.1
Im trying to get ownership of the uxtheme.dll in my windows 8.1 system32 folder programatically (c++). I read, tried and googled for several hours now but cant find any solution. Every time the uxtheme ownership is set, it doesnt show up in the…

lody
- 13
- 2
0
votes
0 answers
Get theme transition duration for scroll bar
I am trying to implement a custom control which, as part of its WM_PAINT handler, paints a themed scroll bar arrow. I also want transitions between the visual states of the button (normal, hot, hover, pressed, and so forth) to have a fade animation…

0xbe5077ed
- 4,565
- 6
- 35
- 77
0
votes
1 answer
Failed to load user32.dll when launching a process running in non-default desktop in Session 0 Winsta0
I have a Windows service (running on Windows Vista+), which needs to launch a normal GUI application. For some reason, I need to run the GUI application on non-default desktop (of course, since it's launched by the service process, it runs in…

Alex
- 53
- 5
-1
votes
1 answer
"error C2065: 'ON_WM_THEMECHANGED' : undeclared identifier"
I'm using VC6.How to solve the error?
error C2065: "error C2065: 'ON_WM_THEMECHANGED' : undeclared identifier"
Class Definition Code:
#include "stdafx.h"
#include "ConfigListCtrl.h"
#include "CellCtrls\ListCtrlCellWnd.h"
…

Al2O3
- 3,103
- 4
- 26
- 52