Quote:
Originally Posted by jourabchid
works great...
only request i have is that it would be nice if it cloned the icon of the GPS app
|
This is actually very easy to do. You just need to find the icon within the exe or dll of the program that you want the icon from. I posted a small tutorial
HERE
But basicly all you need is to create a shortcut the the program bafgpsv01t.exe
So you have a Shortcut, lets name it bafgps.LNK
Go to properties and it will show you
Code:
"/storage card/bafgpsv01t.exe"
now the "/storage card" part will vary depending on where you put the file.
Next you need to know the location of the icon within the dll or exe file. Use Rviewer for this. TomTom's icon is indexed at the 0 location.
So to add the icon to the shortcut you add
Code:
?Location of the exe or dll,-index location
so the Shortcut bafgps.LNK that looked like
Code:
"/storage card/bafgpsv01t.exe"
will now look like
Code:
"/storage card/bafgpsv01t.exe"?/storage card/program files/navigator/tomtom navigator.exe,-0