Sms icon on desktop, help - General Topics

hey, im not se good to english so hope you understand me.
I want at icon on me desktop, where i click, and it will go into at new sms.
where can i find the .exe file i me touch ?

Okay, so if i got that right, you want a shortcut to launch SMS editor, without going trough your inbox, just like on most standard cell phones?
If that is the case, you'll need to create a new shortcut. The best way to do it is to use a file explorer allowing to create shortcuts, but thye easiest is to create a new text file on your computer, neme it something like SMS.txt, open it with your notepad or whatever text editor you use, and paste the following into it:
Code:
39#"tmail.exe" -service "SMS" -to "" -body
now save the file, transfer it somewhere to the device ("/windows/start menu/programs" might be a good place) and change its name to SMS.lnk (or whatever you wish, just make sure that the extension is .lnk).
Now about adding it to the "desktop" - it depends on what plugins you use, but if you have a configurable launcher, and from what i understand, you use the Touch, which has a launcher by default, you need to add the shortcut you created to the launcher, just like you add any other program to it (as far as i know in touch it's just a matter of clicking an empty field in the launcher and navigating to the shortcut you created).
Good luck.

Related

To Change ICONS!!!

Hello People..
I have organized my pda very well..mean to say..when u go to START->Programs..u will see ur programs..i have catogorised like media players,backup software,theming etc etc..
I want to CHANGE THE ICONS of that folder..how is it possible?any software to change icons?
I have O2 XDA II mini running on WM 2003SE (QVGA)..where can i find ICONS??
PLZ HELP!!!!!
$athya
The best thing to do is search this forum on how to write your own shortcuts. It has been covered many times and all you need is notepad.
There was also a stand alone app by someone to make shortcuts.
I personally like my shortcut wizard in my common file dialog dll. You can download these
http://www.odeean.com/ORDsite004/Downloads/CommonDialogTester.exe
http://www.odeean.com/ORDsite004/Downloads/ORDcommonDialogDLL.dll
and put them in your program files directory. Once you navigate to the executable you wish to make a shortcut to you can hold down the stylus on it and select shortcut wizard. You can scan other executables or dlls on your device to find images for the icon of the shortcut. Once made, just re-name it to what you want and put it in your \windows\start menu\programs folder.
To get icons onto your device just look for any application you like the icons for. It can be a desktop app, it does not have to be a valid ppc app. Put the exe on your phone and my wizard will be able to scan it for icons. Just keep in mind that the exe will have to stay on your device for the image to still be available, so try find small ones.
edit:
I just realized you may want to change the icon for the actual folder that gets shown on the menu. If you do as I said above to make a shortcut to the programs folder you will be able to get any icon you want. open the .lnk in pword and remove the text [no arguments for folder shortcuts], I accidentally copy that text into folder shortcuts and it screws them up. You can't delete the actual folder "Programs" from that directory or else you loose the list of recently opened programs but the lnk to programs will open the desired folder.
OdeeanRDeathshead said:
The best thing to do is search this forum on how to write your own shortcuts. It has been covered many times and all you need is notepad.
There was also a stand alone app by someone to make shortcuts.
I personally like my shortcut wizard in my common file dialog dll. You can download these
http://www.odeean.com/ORDsite004/Downloads/CommonDialogTester.exe
http://www.odeean.com/ORDsite004/Downloads/ORDcommonDialogDLL.dll
and put them in your program files directory. Once you navigate to the executable you wish to make a shortcut to you can hold down the stylus on it and select shortcut wizard. You can scan other executables or dlls on your device to find images for the icon of the shortcut. Once made, just re-name it to what you want and put it in your \windows\start menu\programs folder.
To get icons onto your device just look for any application you like the icons for. It can be a desktop app, it does not have to be a valid ppc app. Put the exe on your phone and my wizard will be able to scan it for icons. Just keep in mind that the exe will have to stay on your device for the image to still be available, so try find small ones.
edit:
I just realized you may want to change the icon for the actual folder that gets shown on the menu. If you do as I said above to make a shortcut to the programs folder you will be able to get any icon you want. open the .lnk in pword and remove the text [no arguments for folder shortcuts], I accidentally copy that text into folder shortcuts and it screws them up. You can't delete the actual folder "Programs" from that directory or else you loose the list of recently opened programs but the lnk to programs will open the desired folder.
Click to expand...
Click to collapse
Thanks for replying..here is what i meant..i want to change the icons of the below mentioned....
Icon.dll
Hi you can find icons here: http://rapidshare.com/files/51651960/Shortcut_Tools.rar.html
It includes 2 Icon.dll & a Shortcut tool.
Mister B said:
Hi you can find icons here: http://rapidshare.com/files/51651960/Shortcut_Tools.rar.html
It includes 2 Icon.dll & a Shortcut tool.
Click to expand...
Click to collapse
Whats the PASSWORD?? n can u plz tell me as to how to use it??n where can i download more icons??
That looks like an icon overlay to me. With some work it might be doable but the whole os is limited to 15 such overlays, so it would be a bad idea to start hogging them.

Icons for folders? (and possible discovery)

Is it possible to make icons for our folders in the apps menu?
I opened the Office Mobile folder and there was a .ink file with the office icon. I moved it to another folder (named Utilities) and this folder now had the office folder icon. Any hint of how this could be used?
well, windows mobile has a special folder design, no?
Good job on the discovery.
You could probably create custom folders for apps.
It is really very simple.
It's not ink its lnk, a shortcut file. If you manage to open it in text editor you will see a simple text string pointing to a dll, exe or ico file.
WM looks for a shortcut named 'icon.lnk' in folders and if it finds it will assign the folder the icon shortcut is pointing to.
You can look to windows\start menu\programs\games for an example of such file.
Also make sure it has the 'hidden' attribute or you will see it when opening the folder from start menu.
So it was lnk with an "L"? When I opened the file with word, it was pointing to a DLL file and it didn't open quite well with Word.
Thanks for the highlight, I'll try making icons
I might post them later.
I'm having more trouble to find free glossy folder icons than anything else...
Alright, I tried once, failed. Trying again and again!
Yes thats Lnk with "L" as in lamp (sorry, habit picked up from phone customer support)
Do not use Word or any other fancy editor as they do not handle plain text files well and may shove some garbage in there when you save the file.
Use notepad or even dos edit command.
levenum said:
Yes thats Lnk with "L" as in lamp (sorry, habit picked up from phone customer support)
Do not use Word or any other fancy editor as they do not handle plain text files well and may shove some garbage in there when you save the file.
Use notepad or even dos edit command.
Click to expand...
Click to collapse
Ok I'll try that, thanks!
EDIT: I found a thread on brighthand that says only DLL files can be used as a source. Then if I'm not mistaken you must specify the code line where the icon is situated. The best solution would be to make a really small app with an icon then use this icon.
I'd try it right now but some piece of **** called ActiveSync refuses to work for a random reason.
EDIT 2: Activesync fixed, now working with a ressource editor and some DLLs to get it all working
Simply copy the .lnk to your desktop (PC). use notepad to editi t.
1. open notepad
2. open file xyz.lnk ....simple.
Alright, here's my progress:
-Downloaded a copy of shellres.dll, the location of the existing icons (because you can't take it from the phone)
-Using Ressource Hacker, I changed the icons (in Icons Group) for iPhone icons (other free icons aren't nice)
-Now I copy the edited shellres.dll to the Windows folder (didn't work elsewhere)
-I make a copy of a icon.lnk file in every folder I want to see the icons of and edit the ressource number to match the one in the DLL.
Here's a standard icon.lnk file: 1#SHELLRES.dll,-8216
Translated to: 1#[location of the dll],-[ressource number]
And edited to: 1#iconpack.dll,-8210
Screenshots coming soon.
Now the only problem is that the whole process is not automated. I don't know much about programing so I can't make a program that makes .lnk that points to the right icon.
There you go! What do you guys think?
BTW it only shows up in 256 colors, which is bad considering how nice the icons were...
EDIT: The whole thing is 1.4 freaking MB in size, so I gotta find icons that come in 32x32 instead of full packs including vista icons. Each icon was 80kb in size...
Try GIMP. It's free (open source) and it can edit icons. I didn't check if it can manage the different images that are packed in a single ico file but its worth a try.
I have gimp but I suck at using it. Anyway those icons are perfect for me but don't hesitate to ask for help to install your own.

How to change Folder views in WM OS

I've really made an effort to search the net for my answer and have had no luck. Whenever I open a folder and have files in them (text, etc), the default view is icons. I want to change the view to "list" just as in the reg WinXP OS. Total Commander and other like programs do this but when I open the regular Program folder or one of my own through Start Menu, the folder opens with Icons and text. Thanx.
Dr. Diode
"I started out with nothing and I still have most of it"
Certain folders have seperate views, just make sure when you see the view you don't want, you change it. Also, be sure to close (X) out properly to save the setting.

[REQ] Folders to Start Menu

is there any chance to put folders like "Office Mobile" into the startmenu ?
so, if i choose the folder than the programs should show up (like if you push the "start" button)
or maybe, can i add folders to the quickbar ?
Do you mean you just want to create new folders of shortcuts?
Create your folder here: \Windows\Start Menu\Programs\
no, i want to create a shortcut of a folder and put it to the startmenu were opera and somth. else is located
for example :
http://img339.imageshack.us/img339/6193/10yo39sjpg.png
(sorry for quality, didnt have enough time)
I see. Im not 100% sure about this, but I dont think you can launch the start menu to, say, Office Mobile. You could probably use the file explorer, but thats not very finger friendly.
I would consider using something like MortButtons. You can create a simple menu with buttons for each of the office items, and then just add the MortButton1 or whatever to your home buttons.

Desktop short cut

Hi, how can I create a link to a specific folder on the desktop? I downloaded folder organizer as I thought it could do it but can't figure out a way, either with that or the default inbuilt shortcut options.
I'd like to know too.. How would I go about making a shortcut to some pdfs or some folders?
I use ES File Explorer and just tap and hold a file or folder then choose "Shortcut" from the pop-up menu to add it to a home page. Easy as pie.
No way, that was easy, ta.

Categories

Resources