I want to change windows desktop theme by delphi code.
I found in google for help o did not get. I got some code help to change theme for an application . But i want to change theme of desktop.
So plz. help me .....Is there any api functions...
I want to change windows desktop theme by delphi code.
I found in google for help o did not get. I got some code help to change theme for an application . But i want to change theme of desktop.
So plz. help me .....Is there any api functions...
No. There is no API for changing the theme for the whole desktop. This is by design.
try InqSoft Windows Scanner to find window that you need ( desktop ). After that you will need to read WINAPI manual to use window messages and functions properly ( + functions about DC. you can google something like this: " draw on desktop delphi ")
And as I remember, you can change shell parameter and set your own programm with built in desktop routine etc ( by default shell = explorer.exe )