PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Possible to change color of Windows Mobile Theme?
Forums
Newsgroups
Microsoft DotNet
Microsoft Dot NET Compact Framework
Possible to change color of Windows Mobile Theme?
![]() |
Possible to change color of Windows Mobile Theme? |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
Hello,
Is it possible to change the color of the current windows mobile theme used? I would like to do this with .net cf but not sure if this is possible. Saw already applications in .net cf that can change the color for example of a WM6 device to red, green, blue or what color you want, but I do not know how to do this. thank you for any help. juvi |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Do you know how to do it manually via the Control Panel or something? If
so, chances are it's a registry setting or two-dozen. If so, you can figure out what setting(s) it is by exporting the registry from the device using Remote Registry Editor, then making the change manually, and exporting the registry again using Remote Registry Editor, and comparing the before and after configurations using a differencing program on your PC. Paul T. "juvi" <juvi@discussions.microsoft.com> wrote in message news 55A68B8-BF19-4D0A-B7F2-001F35A843A1@microsoft.com...> Hello, > > Is it possible to change the color of the current windows mobile theme > used? > I would like to do this with .net cf but not sure if this is possible. > > Saw already applications in .net cf that can change the color for example > of > a WM6 device to red, green, blue or what color you want, but I do not know > how to do this. > > thank you for any help. > juvi |
|
|
|
#3 |
|
Guest
Posts: n/a
|
See if this helps:
http://groups.google.com/group/micr...91cc727ca9f53c6 -- Simon Hart Visual Developer - Device Application Development MVP http://simonrhart.blogspot.com "juvi" wrote: > Hello, > > Is it possible to change the color of the current windows mobile theme used? > I would like to do this with .net cf but not sure if this is possible. > > Saw already applications in .net cf that can change the color for example of > a WM6 device to red, green, blue or what color you want, but I do not know > how to do this. > > thank you for any help. > juvi |
|
|
|
#4 |
|
Guest
Posts: n/a
|
On WM5/6 devices, the color mainly depends on the registry key
"BaseHue", which is located in HKLM\Software\Microsoft\Color. On WM2003 devices, it depends on several keys. Hope that helps, Cocotteseb PS: To use this "theme color" in you programs just use: SystemColors.Highlight(); |
|
|
|
#5 |
|
Guest
Posts: n/a
|
hello...thanks for your reply...this is exactly what I am looking for, but
which values are allowed for "BaseHue"? After changing this value to another value does the color refresh automatically after changement or is there something to refresh to change?? thx "Cocotteseb" wrote: > On WM5/6 devices, the color mainly depends on the registry key > "BaseHue", which is located in HKLM\Software\Microsoft\Color. > On WM2003 devices, it depends on several keys. > > Hope that helps, > Cocotteseb > > PS: To use this "theme color" in you programs just use: > SystemColors.Highlight(); > |
|
|
|
#6 |
|
Guest
Posts: n/a
|
On 25 avr, 08:36, juvi <j...@discussions.microsoft.com> wrote:
> hello...thanks for your reply...this is exactly what I am looking for, but > which values are allowed for "BaseHue"? After changing this value to another > value does the color refresh automatically after changement or is there > something to refresh to change?? > > thx Hi, I would advise you to look here for the different values : http://wiki.xda-developers.com/inde...wsMobile5Colors If you modifiy it on the device with a registry editor, it changes immediately (just let the time to the system to reflect the changes) , but programmatically it works better on the emulator than on a device (understand that sometimes it works sometines it doesn't). There is a "problem" with the flush() instruction that I do not understand why sometimes the changes aren't reflected on the registry. Maybe someone could give some other "views" on this thing. Thx |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

55A68B8-BF19-4D0A-B7F2-001F35A843A1@microsoft.com...
