enable theme in Windows GINA DLL

110 Views Asked by At

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?

1

There are 1 best solutions below

0
On

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.