Quote:
Originally Posted by Old_Man_Jenkins
There are 2 files in \windows, one for portrait & one for landscape:
ql_skin_p.xml
ql_skin_l.xml
Open in Notepad & modify...here is what it will look like.
Code:
<QuickLauncher>
<button>
<APP1 x="0" y="0" w="48" h="45" img="ql_phone.bmp" img_mask="ql_phone_mask.bmp" link="\Windows\ql_phone.lnk"/>
<APP2 x="48" y="0" w="48" h="45" img="ql_music.bmp" img_mask="ql_music_mask.bmp" link="\Windows\Music.exe"/>
<APP3 x="96" y="0" w="48" h="45" img="ql_photos.bmp" img_mask="ql_photos_mask.bmp" link="\Windows\HTCAlbum.exe" cmdline="-mode:camera -type:image"/>
<APP4 x="144" y="0" w="48" h="45" img="ql_search.bmp" img_mask="ql_search_mask.bmp" link="\windows\LiveSearch.exe" />
<APP5 x="192" y="0" w="48" h="45" img="ql_TV.bmp" img_mask="ql_tv_mask.bmp" link="\windows\SprintTV.exe" />
</button>
</QuickLauncher>
|
thanks man! I hope this works... So can I just change these to any .exe i wish? Or should I use something like tdlaunch? I suspect its doing basically the same thing just with the app I don't have to reg edit?