Thread: Custom Taskbar
View Single Post
  #704 (permalink)  
Old 04-16-2009, 08:56 AM
tsowen's Avatar
tsowen
Retired Staff
Offline
Threadstarter
Location: San Antonio
 
Join Date: Mar 2007
Posts: 4,849
Reputation: 78880
tsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation leveltsowen can't get a higher reputation level
Mentioned: 8 Post(s)
Tagged: 1 Thread(s)
Send a message via ICQ to tsowen Send a message via MSN to tsowen Send a message via Skype™ to tsowen
Re: Custom Taskbar

tsowentaskbar 6 elite WM6.5 Version

Code:
BT Discoverable.bmp
BT On Mode.bmp
BT Stereo Headset.bmp
CDMA_RSS_PPC.dll
GPS-icon.bmp
GPS-icon Mask.bmp
HTCVolumeControl.dll  
notify.dll.0409.mui
outres.192.dll
pchanOvermbmp.dll
PictureMailRes.dll
shellres.192.dll
Stereo Headset.bmp
tapres.192.dll
tshers.192.dll
VoiceCmdRes.dll
WLMMessengerResources.192.dll
_setup.xml
Since HTC used the the phcanOverbmp.dll to skin the pin dialer and add extra icons to the taskbar, I used this dll to do the skinning of the WM6.5 taskbar. Which worked out perpectly. For this dll to be used you will need to import these reg entries:
Code:
[HKEY_LOCAL_MACHINE\Security\ResOver\Bitmaps]
"BaseDll"="phcanOverbmp.dll"
 
[HKEY_LOCAL_MACHINE\Security\ResOver\Bitmaps]
"BaseId"=dword:00000000
 
[HKEY_LOCAL_MACHINE\Security\ResOver\Bitmaps]
"BatteryIconIdStart"=dword:000003e9
 
[HKEY_LOCAL_MACHINE\Security\ResOver\Bitmaps]
"BatteryIconLevels"=dword:00000065
Here is the updated WM 6.5 version with the dll's straight from WM 6.5 (only for those running 6.5) with this version GSM users now have colored bars. As always same rules apply as any other taskbars. Any bugs or problems please report back. With this new release most all the icons are controlled by the shellres.192.dll file such as battery and other icons that were located in the phcanOverbmp.dll as far as can be seen WM 6.5 does not come with a phcanOverbmp.dll but will read the file if installed. I have elected to install the file because with the new shellres only 9 battery images are located in the file verses the 101 battery images in the phcanOverbmp.dll

For other WM 6.5 taskbar cabs and development of the taskbar here is a thread at XDA http://forum.xda-developers.com/showthread.php?t=503647
Attached Files
File Type: zip tsowentaskbar6 WM6.5 version.zip (1.15 MB, 560 views) Click for barcode!
File Type: zip WM6.5 Dlls.zip (1.10 MB, 258 views) Click for barcode!

Last edited by tsowen; 04-17-2009 at 10:15 AM.
This post has been thanked 9 times.