Is it possible to use a different theme only for my app
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
if my OS use Classic theme, can I use XP theme only for my app, without affecting other windows?
-
if my OS use Classic theme, can I use XP theme only for my app, without affecting other windows?
-
if my OS use Classic theme, can I use XP theme only for my app, without affecting other windows?
The user chooses the theme. Why should your application ignore the users preference? Many people with visual impairments use Classic themes to improve the read-ability of the screen. People with severe colorblindness use the High Contrast themes, which are based on the classic theme. My suggestion is to not force your style on the user if they have choosen not to use themes.
/* Charles Oppermann */ http://weblogs.asp.net/chuckop