Lowyat.NET Forums

Welcome Guest ( Log In | Register )

32 Pages « < 2 3 4 5 6 > »  
RSS feedReply to this topicStart new topicStart Poll

Outline · [ Standard ] · Linear+

> Beginners Guide to Desktop Modding (Guide)

guystuff
post Feb 17 2006, 07:47 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #61


Regular
**

Group: Junior Member
Posts: 143
Joined: December 2005





I'm using objectdock....... I tried to make a "show desktop" shortcut in the dock but it seems that it is not working, any idea how to make it work? And I also wish to make the dock right above the taskbar, is it possible?

How to make a "turn off" shortcut into the dock?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
yukikaze
post Feb 17 2006, 08:22 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #62


Regular
***

Group: Junior Member
Posts: 315
Joined: February 2006
From: Ipoh,Perak






how to install those icon packagers?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
nightzstar
post Feb 17 2006, 09:29 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #63


Life's Good
******

Group: Senior Member
Posts: 1,273
Joined: December 2004
From: Kuching/Miri





Em,where do i find the source for iCal for day planner? Thanks
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Rishy
post Feb 17 2006, 11:11 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #64


Regular
***

Group: Junior Member
Posts: 342
Joined: September 2005





QUOTE(guystuff @ Feb 17 2006, 07:47 AM)
I'm using objectdock....... I tried to make a "show desktop" shortcut in the dock but it seems that it is not working, any idea how to make it work? And I also wish to make the dock right above the taskbar, is it possible?

How to make a "turn off" shortcut into the dock?
*




I use a little program called Iconoid. Its free and small.

Basically you can set hot spots on your screen. Like if you move your mouse to the top left corner, itll minimize to the desktop or any other window you specify. Easy to use to. Just google it if you want it...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
yukikaze
post Feb 18 2006, 11:57 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #65


Regular
***

Group: Junior Member
Posts: 315
Joined: February 2006
From: Ipoh,Perak






hmmz..i dunno how to customize samurize....
wanna make show temperature n HDD space,n..ram?...lol...dunno hw to make...
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
guystuff
post Feb 19 2006, 09:53 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #66


Regular
**

Group: Junior Member
Posts: 143
Joined: December 2005





QUOTE(maxim.Freaks @ Jun 5 2005, 08:58 AM)
mmm...u dont need to change 1 by 1...
styleXP use special file format... (.iconset)
it will change all automatically...(depends on the iconset file u dload)...
you can dload most of the iconset at themeXP.org...
also available at wincustomize.com (i think here need 2 register first)...

OR

u can make the iconset urself...
here some example...

CODE

<?xml version='1.0' encoding='ISO-8859-1'?>
<Root>
<Info Author="xxxx" Email="xxxx@xxx.com" Website="http://xxx.xxxx.com" Comments="xxxxxxxxx"/>
<Icons>
<MyDocuments Icon="My Documents.ico,0"/>
<MyComputer Icon="My computer.ico"/>
<NetworkPlaces Icon="Network.ico,0"/>
<TheInternet Icon="Globe.ico"/>
<RecycleBinempty Icon="Recycle Bin Empty.ico,0"/>
<RecycleBinfull Icon="Recycle Bin Full.ico,0"/>
<Explorer Icon="Internet Explorer.ico,0"/>
<Email Icon="email.ico,0"/>
<Help Icon="Help.ico,0"/>
<Find Icon="Windows Explorer.ico,0"/>
<Run Icon="Run.ico,0"/>
<ClosedFolder Icon="Folder.ico,0"/>
<OpenFolder Icon="StFolder.ico,0"/>
<ProgramGroup Icon="Program Files Folder.ico,0"/>
<MyMusic Icon="My Music.ico,0"/>
<MyPictures Icon="My Pictures.ico,0"/>
<MyVideos Icon="My Videos.ico,0"/>
<SharedMusic Icon="My Music3.ico,0"/>
<SharedPictures Icon="My Pictures4.ico,0"/>
<SharedVideo Icon="My Videos5.ico,0"/>
<ControlPanel Icon="Control Panel.ico,0"/>
<AdministrativeTools Icon="Windows Folder.ico"/>
<DialUpNetworking Icon="Modem.ico,0"/>
<Printers Icon="Printer.ico,0"/>
<ScheduledTasks Icon="Clock.ico"/>
<Favorites Icon="Favourites.ico"/>
<MyRecentDocuments Icon="Recent Documents.ico"/>
<FloppyDrive525 Icon="Floppy.ico"/>
<FloppyDrive35 Icon="Floppy drive.ico"/>
<HardDrive Icon="Hard drive blue.ico,0"/>
<CDROMDrive Icon="cd drive.ico"/>
<ShortcutOverlay Icon="Shortcut Arrow.ico"/>
<Desktop Icon="Desktop.ico"/>
<EntireNetwork Icon="Globe 1.ico"/>
<NetworkService Icon="Internet Connections 1.ico"/>
<AudioCD Icon="music.ico"/>
<ConfigurationSettings Icon="Documents &amp; Settings Folder.ico"/>
<DefaultDocument Icon="Document blank.ico"/>
<MovieClip Icon="Video.ico"/>
<TextDocument Icon="Document.ico"/>
<ZipFile Icon="zip.ico"/>
<defaultIcon Icon="default.ico"/>
<GIFImage Icon="gif image.ico"/>
<PNGFile Icon="png image.ico"/>
<JpegImage Icon="jpeg image.ico"/>
<PlayList Icon="play list.ico"/>
<HtmlFile Icon="html file.ico"/>
<DefaultApplication Icon="default application.ico"/>
</Icons>
</Root>


u make the file using any file editor and save it as .iconset...
place all the icons into the same folder as the iconset file...
or if u r using icons on a different folder... specify it in the setting...
eg:
CODE
<WinRarFile Loc=".rar" Icon="C:\Program Files\WinRAR\WinRAR.exe,0"/>

*



Does this mean after i did it, it will automatically change all the icon? Or I need to make some program or need to place the folder is some specific place?

This post has been edited by guystuff: Feb 19 2006, 09:54 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
maxim.Freaks
post Feb 19 2006, 10:39 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #67


Regular
***

Group: Junior Member
Posts: 339
Joined: January 2003
From: 1-14-19 Equine, EsKaey.






QUOTE(guystuff @ Feb 19 2006, 10:53 PM)
Does this mean after i did it, it will automatically change all the icon? Or I need to make some program or need to place the folder is some specific place?
*


that one only apply to styleXP...
coz styleXP use *.iconset extention...

edit: idont know bout the new stylexp.. coz long time didnt use it since.. but i think it still can be applied...

This post has been edited by maxim.Freaks: Feb 19 2006, 10:40 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
guystuff
post Feb 23 2006, 01:39 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #68


Regular
**

Group: Junior Member
Posts: 143
Joined: December 2005





I'm a beginner in desktop mod, please forgive me if i'm asking the wrong question.
Does anyone knows how to change the start button of the taskbar?
I've downloaded a few windowblind theme, anyone know how to edit the theme?
I wish to create my own windowblind, what program i need?

This post has been edited by guystuff: Feb 23 2006, 01:44 AM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ijat84
post Feb 23 2006, 01:59 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #69


Bintang
****

Group: Senior Member
Posts: 580
Joined: August 2005
From: Tun Dr. Ismail Punyer Taman






QUOTE(guystuff @ Feb 23 2006, 01:39 AM)
I'm a beginner in desktop mod, please forgive me if i'm asking the wrong question.
Does anyone knows how to change the start button of the taskbar?
I've downloaded a few windowblind theme, anyone know how to edit the theme?
I wish to create my own windowblind, what program i need?
*



if windowblinds skin.
you'll need skinstudio.

but if you want to create a visual style you can use resedit or stylebuilder.
you can get both of em here.

anyway, you want to change start button right??
is it windowblinds skin??
or is it visual style??
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
guystuff
post Feb 23 2006, 12:32 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #70


Regular
**

Group: Junior Member
Posts: 143
Joined: December 2005





Anyone having problem with iconpakager???
I'm facing some problem, some of the icon sometimes missing.
And also when i try to pakage the icon, some of the icon is does not appear too...... is this normal or i'm missing something?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Ultima
post Feb 24 2006, 02:00 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #71


KiRiSuTe GoMeN
*******

Group: Senior Member
Posts: 4,175
Joined: January 2003
From: ComForT ZoNe.....






got problems with sysStats for objectdock.. i cant seem to use it.. already place the folder in the docklet but still cant use it.. any help?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
guystuff
post Feb 24 2006, 04:40 AM
Show posts by this member only |Rating BETA (0+, 0-) | Post #72


Regular
**

Group: Junior Member
Posts: 143
Joined: December 2005





anyone know how to edit TGA files??? what program to edit it?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
maxim.Freaks
post Feb 24 2006, 05:17 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #73


Regular
***

Group: Junior Member
Posts: 339
Joined: January 2003
From: 1-14-19 Equine, EsKaey.






QUOTE(guystuff @ Feb 24 2006, 05:40 AM)
anyone know how to edit TGA files??? what program to edit it?
*


can use adobe photoshop... thumbup.gif
there are some other programs that can edit TGA...
but i dunno... whistling.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
ALIAS.JG
post Feb 26 2006, 10:07 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #74


^_^
******

Group: Senior Member
Posts: 1,837
Joined: February 2005






where can i get Styler Toolbar ??
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
UnUsUaL
post Feb 26 2006, 10:33 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #75


٩(-̮̮̃ -̃)۶ ٩(͡๏̯͡๏)۶
Group Icon

Group: Moderator
Posts: 1,268
Joined: January 2003




QUOTE(ALIAS.JG @ Feb 26 2006, 10:07 PM)
where can i get Styler Toolbar ??
*



http://ta2027.plala.jp/Styler/index.html
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
LeaSe*lineR
post Mar 1 2006, 09:45 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #76


Regular
**

Group: Junior Member
Posts: 127
Joined: May 2005
From: KL,Cheras,Ampang





halo newbie here,
how to disable the shortcut arrow?
thanks
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Geminist
post Mar 1 2006, 09:59 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #77


- Fundamentally Pink -
Group Icon

Group: Staff
Posts: 2,347
Joined: March 2005





You can always use the tweak UI software found here below.

http://www.microsoft.com/windowsxp/downloa...ppowertoys.mspx

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
s7ran9er
post Mar 1 2006, 10:01 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #78


Freak
******

Group: Senior Member
Posts: 1,133
Joined: January 2003
From: C y b e r j a y a




QUOTE(LeaSe*lineR @ Mar 1 2006, 09:45 PM)
halo newbie here,
how to disable the shortcut arrow?
thanks
*


TweakUI smile.gif

Link

Edit: 2 minutes late! >_<

This post has been edited by s7ran9er: Mar 1 2006, 10:02 PM
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
gengstapo
post Mar 4 2006, 02:39 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #79


Legend
*******

Group: Senior Member
Posts: 5,934
Joined: January 2005
From: Lowyat.NET





err.. sometimes download VS, there will explorer.exe in the folder..

wat it for & how to use?? thanks
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
AiRBooM
post Mar 4 2006, 09:59 PM
Show posts by this member only |Rating BETA (0+, 0-) | Post #80


超低能,勁搞笑
******

Group: Senior Member
Posts: 1,360
Joined: November 2004
From: KL




Can i know beside Avadesk and Objectdock, what else can show weather on desktop??? huh.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

32 Pages « < 2 3 4 5 6 > » 
Bump TopicReply to this topicTopic OptionsStart new topic
 

Lo-Fi Version Time is now: 21st November 2008 - 03:43 AM
All Rights Reserved 2003-2008 Vijandren Ramadass (~lets do the o-ba-ma dance!~)