I made a GINA DLL to use on Windows XP using code from micro soft documentation. I compiled the code to a DLL, but if I use it the login dialog uses Windows classic theme including the title bar, while MSGINA DLL uses the XP Luna theme. How can I enable themes on custom GINA DLL?
Asked
Active
Viewed 88 times
1 Answers
0
The Gina is a host in winlogon.exe
, so you don't have full control over what is happening.
Decompile the resources of msgina.dll
and look for manifest entries like this one and copy them over your DLL.

ixe013
- 9,559
- 3
- 46
- 77