How to change windows desktop appearance through VC++/MFC ?
-
When we right click on WinXP desktop and try to change display properties, we can change windows and buttons style to "Windows XP Style" ... and it makes a bunch of changes to the registry. I want to know if its possible to make that property change through VC++ code ? -Cage
-
When we right click on WinXP desktop and try to change display properties, we can change windows and buttons style to "Windows XP Style" ... and it makes a bunch of changes to the registry. I want to know if its possible to make that property change through VC++ code ? -Cage
cagespear wrote:
I want to know if its possible to make that property change through VC++ code ?
Yes, it's possible. Just use the registry functions.
"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
When we right click on WinXP desktop and try to change display properties, we can change windows and buttons style to "Windows XP Style" ... and it makes a bunch of changes to the registry. I want to know if its possible to make that property change through VC++ code ? -Cage
And also see A Registry Class[^].