How to change windows and buttons style porgramly?

  • Thread starter Thread starter forrest.ok
  • Start date Start date
F

forrest.ok

Hello,

I happened to a problem i want to change windows and buttons style
form "Windows Classic style" to "Windows XP style" in my application
my OS is Windows XP. I know user can change it by going to [Start]-
[Control Panel]->[Display]->[Appearance ] to set Windows and buttons
style to "Windows XP style". But what i want to know is can we change
it programly or is there any API in windows to handle it?

Thanks
Forrest
 
On 09/10/2007 in message
<[email protected]>
I happened to a problem i want to change windows and buttons style
form "Windows Classic style" to "Windows XP style" in my application

Don't do it. The 'P' in PC stands for 'Personal' and people have their
machines set up the way they like them and the way that suits their use.
People with disabilities may only be able to use their PC the way they
have set it up. You need to ensure your app can manage pretty well
anything the user has set up.
 
Don't do it. The 'P' in PC stands for 'Personal' and people have their
machines set up the way they like them and the way that suits their use.
People with disabilities may only be able to use their PC the way they
have set it up. You need to ensure your app can manage pretty well
anything the user has set up.

Thanks Jeff Gaines,
But, what want to do is to create an APP to let user custom their
Windows easily,
user still has their right to choose change or not. I just follow the
user's instruction to help them modify their system.
And that's why i need the API.

-Forrest
 
Back
Top