Quote:
Originally Posted by gadgetfreak
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
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
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
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