PPCGeeks

PPCGeeks (http://forum.ppcgeeks.com/index.php)
-   Pocket PC Themes (http://forum.ppcgeeks.com/forumdisplay.php?f=31)
-   -   Custom Taskbar (http://forum.ppcgeeks.com/showthread.php?t=54514)

gadgetfreak 06-09-2009 06:22 PM

Re: Custom Taskbar
 
Quote:

Originally Posted by darren.wlsn1 (Post 964137)
ill thank ya and +1 ya. like the new avatar also.

Thanks! Just thought I would whip something up that was a bit more appropriate for what I do around here... :mrgreen:

info[]box1 06-10-2009 12:20 AM

Re: Custom Taskbar
 
Quote:

Originally Posted by tsowen (Post 958127)
Here is the cab for everyone to try out with the new changes. Let me know how it looks.

i installed this taskbar.cab to my Treo Pro 6.1 unaware that it was for 6.5 no biggy...just wanted to post results/feedback...

i got the blueusb icon that replaced the evdo icon...cool
also got an red i believe miss call icon...this one surprised
me i thought all got was the blueusb icon...

im aware of Palm pretty much locking in most of the icons
on there device...unless its unlocked 100%...i got two icons

thx tsowen

darren.wlsn1 06-10-2009 10:50 AM

Re: Custom Taskbar
 
Quote:

Originally Posted by mic73337 (Post 965088)
Hello, i'm looking for this white Windows Icon.

Any ideas ?

Regards Mic

i have a white start icon, mines a little diff. looking i think.pm me if you want it, i also have a shinny black one thats real nice. a skull also by uniqueboy from xda. anybody that wants any of them can also pm me. the 2 windows flags are dll's and the skull is a cab.

darren.wlsn1 06-10-2009 10:55 AM

Re: Custom Taskbar
 
Quote:

Originally Posted by info[]box1 (Post 965865)
i installed this taskbar.cab to my Treo Pro 6.1 unaware that it was for 6.5 no biggy...just wanted to post results/feedback...

i got the blueusb icon that replaced the evdo icon...cool
also got an red i believe miss call icon...this one surprised
me i thought all got was the blueusb icon...

im aware of Palm pretty much locking in most of the icons
on there device...unless its unlocked 100%...i got two icons

thx tsowen

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.

irfan 06-10-2009 12:58 PM

Re: Custom Taskbar
 
Just to say hi, what is custom task bar.
I am sorry i think so i have to take a lot of lesson. Any way thank you very much.

irfan 06-10-2009 01:02 PM

Re: Custom Taskbar
 
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.

info[]box1 06-10-2009 03:14 PM

Re: Custom Taskbar
 
you make an excellent point...silly me..just was playing it safe...lol
?can you pm or post the .cab for the start icons the skull would be beautiful...so i can try it on my palm and see what happen...i do know i cant change all the taskbar icons...white skull start icon would be nice being everything esle is white so would blend lovely...

only reason i asked the .cab is because im not well versed in changing/rewriting .dll files...not yet...TIA

puff 06-10-2009 11:20 PM

Re: Custom Taskbar
 
Quote:

Originally Posted by gadgetfreak (Post 965266)
Thanks! Just thought I would whip something up that was a bit more appropriate for what I do around here... :mrgreen:

haha, you should have said 'round here :D (btw very nice avatar ;-))
Quote:

Originally Posted by darren.wlsn1 (Post 966380)
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 :toothy7:

Quote:

Originally Posted by irfan (Post 966608)
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 :blah5: :blah5: :blah5:

Quote:

Originally Posted by info[]box1 (Post 966927)
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 :D

gadgetfreak 06-10-2009 11:28 PM

Re: Custom Taskbar
 
Quote:

Originally Posted by puff (Post 967867)
haha, you should have said 'round here :D (btw very nice avatar ;-))

...personally when manipulating files i use resco explorer, but that's just me :D


Thanks! and yes, that is exactly what I should have said! :mrgreen:

And I concur about Resco Explorer. Well worth the price, and why better than TC.

info[]box1 06-11-2009 02:28 AM

Re: Custom Taskbar
 
Quote:

Originally Posted by puff (Post 967867)
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 :blah5: :blah5: :blah5:



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 :D

great feedback note well taken to say the least...after i carefully study the OP and your posted insight on replacing DLLs...i will take a jab at it myself...i have total commander on standby for a few days now...but i will take the advice on resco explorer...thx


All times are GMT -4. The time now is 04:32 AM.

Powered by vBulletin® ©2000 - 2025, Jelsoft Enterprises Ltd.
©2012 - PPCGeeks.com


Content Relevant URLs by vBSEO 3.6.0