Thread: Custom Taskbar
View Single Post
  #1168 (permalink)  
Old 06-10-2009, 11:20 PM
puff's Avatar
puff
the magic mod
Offline
Location: ppcgeeks
 
Join Date: Apr 2007
Posts: 5,105
Reputation: 5810
puff is a trusted member of the communitypuff is a trusted member of the communitypuff is a trusted member of the communitypuff is a trusted member of the communitypuff is a trusted member of the communitypuff is a trusted member of the communitypuff is a trusted member of the communitypuff is a trusted member of the communitypuff is a trusted member of the communitypuff is a trusted member of the communitypuff is a trusted member of the community
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Re: Custom Taskbar

Quote:
Originally Posted by gadgetfreak View Post
Thanks! Just thought I would whip something up that was a bit more appropriate for what I do around here...
haha, you should have said 'round here (btw very nice avatar )
Quote:
Originally Posted by darren.wlsn1 View Post
it is for 6.1 not 6.5,, im using it and all works good. i think most 6.5 stuff is in the 6.5 thread. at least i assume its 6.1 since its posted here by tsowen.
Yes. To clarify this is the 6.1 Custom Taskbar thread, all 6.5 Custom Taskbar stuff is here

Quote:
Originally Posted by irfan View Post
what is the meaning of dll/mui. i have to learn step by step then only ill be able to use my htc pro thanks.
A dynamic-link library (DLL) is an executable file that acts as a shared library of functions. Dynamic linking provides a way for a process to call a function that is not part of its executable code. The executable code for the function is located in a DLL, which contains one or more functions that are compiled, linked, and stored separately from the processes that use them. DLLs also facilitate the sharing of data and resources. Multiple applications can simultaneously access the contents of a single copy of a DLL in memory.

-> more babble here

Quote:
Originally Posted by info[]box1 View Post
only reason i asked the .cab is because im not well versed in changing/rewriting .dll files...not yet...TIA
all files are found in the windows folder so...
all you really need to know is which file contains what icon, and check out post #1 (its got lots of good info)
Code:
When replacing a specific dll file in windows use the following technique (Using the HTCVolumeControl.dll as an example):
· Open Total Commander and go into /windows rename current HTCVolumeControl.dll to HTCVolumeControl.dll.bak
· use TC to move the new .dll file into /windows
· soft reset.
· You may now delete the .bak one.
...personally when manipulating files i use resco explorer, but that's just me
__________________
This post has been thanked 3 times.