How to modify text of WM5.0 PPC Phone dialer controls - MDA II, XDA II, 2060 Windows Mobile 2005 Upgrading

Using Following code, I am trying to modify text of Windows Mobile 5.0 Pocket PC Phone Dialer(cprog.exe) control which displays contact name and phone number while dialing.
TCHAR szText[128];
HWND hPhoneMainWnd=::FindWindow(_T("Dialog"),_T("Phone"));
SetForegroundWindow(hPhoneMainWnd);
::GetDlgItemText(hPhoneMainWnd,23003,szText,100);
BOOL g=::SetDlgItemText(hPhoneMainWnd,23003,L"My Text");
::GetDlgItemText(hPhoneMainWnd,23003,szText,100);
Can anybody explain me why i am not able to modify the text of control and how to resolve it.
Thanks in advance.

Related

Looking for dialing program for WM5

Is there any program which allows you to edit a number to be dailed such as adding a prefix in WM5? Also, is there any program allows you to edit those number in "call history"?
the dailing program in O2 XdaIIs are very useful and quite complete. is there any third party who can provide similar program?
Your heading is slightly misleading. You're looking for a dialer *editing* program.
And the short answer to your questions is no, not at the moment.
I'd assume a utility to edit the dial history isn't too difficult, but I can't understand why you'd want that. You dialed a number, so that's what it displays. Now you want to change that? Why? It's history. It's done. Why change the record?
As to the "program which allows you to edit a number to be dailed such as adding a prefix", nope. I assume you mean enabling scrolling left and right within the typed number to change something.
That's much more difficult, as it would entail writing a program that would sit on top of the Dialer (replacing Intellidial, for a start), enabling the dialer editing
Have you tried the WM5 version of Photo Contacts Pro?

Vito SmsChat as Default?

Hey friends
Is there any possibility that to change the default sms manager with vito smschat app?
ThreadMoved
Thanks for warning and still waiting the answer
you want to load vitosms when you click on Messaging instead of loading Poutlook?
nir36 said:
you want to load vitosms when you click on Messaging instead of loading Poutlook?
Click to expand...
Click to collapse
Yes i want vito sms as default
Me too
Hey all,
I'm looking for the same answer. I'm running DCD 3.3.4 and cannot get threaded SMS to work, though Vito Chat works well. Vito will intercept any incoming SMS, but I want to use it with my HTC Home and cannot figure it out.
Thanks in advance, F
mortscript can help you with this.. if you want to change the default messaging app.
i suggest you search in the MortScript Examples thread..
http://forum.xda-developers.com/showthread.php?t=289197
if you can't find a script for this there, you can post a request in this section for a script to change it... i'm sure someone would help you out.
You must have a registry editor!
go to:
HKLM\Software\Microsoft\Shell\Rai\:MSINBOX
in the string "1" write
"\Program File\VITO\SMS-Chat\SMSChat.exe"
ps. you have to write the "
gfandrea said:
You must have a registry editor!
go to:
HKLM\Software\Microsoft\Shell\Rai\:MSINBOX
in the string "1" write
"\Program File\VITO\SMS-Chat\SMSChat.exe"
ps. you have to write the "
Click to expand...
Click to collapse
Hi, i test this way but it doesnt work for me, i can see in the string "0" the word TMAIL its mean something ?? i hope your opinion my friend
hi!
i have TMAIL in 0 to...
i dont now why it doest work for you... check the spelling in 1, and remember to add the "
and if you installed vito sms chat on storage card you have to change the link...
gfandrea said:
hi!
i have TMAIL in 0 to...
i dont now why it doest work for you... check the spelling in 1, and remember to add the "
and if you installed vito sms chat on storage card you have to change the link...
Click to expand...
Click to collapse
It worked for me (Thank you) with TWO DIFFERENCES:
- I didn't write the ""
- I have a German ROM so the path is \Programme\VITO\SMS-CHAT\SMSChat.exe
CU
Hi, i try again this configuration, but it doesnt work, i try with "" amd without "" and nothing, i have instaled the program in my HTC no in the storage card, but i see when i write this the messaging icon change like undetifine, well i hope others suggestion and thanks for your help.
Note: could you show some images, i wanna sms-chat by default for work to spb mobile shell 3
I post a screenshoot! hope will help
BTW in my ppc mobileshell point to vito sms chat with this change on the registry!
This .reg hack works for me with the "" but the path is \program files\ (with an s) not \program file\, so check that if it's not working for you.
And thanks grandrae, this make ms3 just a little better. Do you know any other ms3 .reg hacks? I would like to launch g-alarm from my clock.
Hi, i have a HTC Titan, and i am using SPB Mobile Shell 3, when i try this register change and i press the SMS botton nothing happens, my vito sms-chat is no default sms program, i check letter by letter all its ok, but i dont know why dont works for me, y wait yours tips please..!
uniqueboy said:
This .reg hack works for me with the "" but the path is \program files\ (with an s) not \program file\, so check that if it's not working for you.
And thanks grandrae, this make ms3 just a little better. Do you know any other ms3 .reg hacks? I would like to launch g-alarm from my clock.
Click to expand...
Click to collapse
This is not a mobileshell 3 hack... you change the default sms manager for all the windows mobile system, i dont now ms3, so i dont now other hack for it, sorry.
imohtep said:
Hi, i have a HTC Titan, and i am using SPB Mobile Shell 3, when i try this register change and i press the SMS botton nothing happens, my vito sms-chat is no default sms program, i check letter by letter all its ok, but i dont know why dont works for me, y wait yours tips please..!
Click to expand...
Click to collapse
If when you push the sms button, nothing happend, the problem is that you write wrong the path to sms chat; check if it work with or without te " and if you have sms chat installed in an other directory.
Partially working
Hi. I'm also using Spb Shell 3, and it is starting Vito SMS very well. It's just a matter of making sure that the app path is ok. As a suggestion, what I use to do is in the PC with Windows Explorer I navigate all the way to the executable, and the copy the path from the explorer and paste it on the registry (directly on the phone via MyMobiler, or on the PC using CERegEditor). So, on the main screen, when I press the SMS button it goes directly to SMS-Chat.
What is not working is, when I go to the Contacts panel and press the "Send SMS" button, it goes to the app, but not directly composing a message, so I have to browse and select the contact. Is it possible to start composing directly from the contact panel?
Thanks in advance.
rafaelegomezb said:
What is not working is, when I go to the Contacts panel and press the "Send SMS" button, it goes to the app, but not directly composing a message, so I have to browse and select the contact. Is it possible to start composing directly from the contact panel?
Thanks in advance.
Click to expand...
Click to collapse
This may or may not work for the Contacts panel, but try modifying the registry key and append open:%s outside of the quotes.
HKLM\Software\Microsoft\Shell\Rai\:MSINBOX
1 -> "\Program Files\Vito\SMS-Chat\SMSChat.exe" open:%s
Seemed to work for me in MS2 Contacts. The unfortunate side-effect of doing this though, is when you select the SMS icon on the Now screen, it goes to the compose window (and addresses it to some unknown string like "Service...").
i changed this registry entry
HKLM\Software\Microsoft\Shell\Rai\:MSINBOX
1 -> "\Program Files\Vito\SMS-Chat\SMSChat.exe"
from the now screen it opens sms-chat(good)
from the contacts it opens sms-chat(good)
from the map messages in spb3 when i select messages it selects sms-chat(good)
from the map messages in spb3 when i select compose new message it selects THE ORIGINAL WM program NOT GOOD.
were is that second entry located in the registry?
it seems 2 entries are used, one for messages and one for compose new message

How to add "FW:" to forwarded text messages?

I want Windows Mobile to automatically add "FW:" to the beginning of messages that I forward. There was a tweaking program that allowed this. However, I can't for the life of me remember what it is called.
Does anyone know of the registry key or program that will enable adding "FW:" to forwarding messages?
Thanks!

Windows Mobile 6 pro SMS templates?

Hi guys,
I've just been given a Windows mobile 6 based PDA for work, which is replacing my old Nokia, but I can't for the life of me find a way to create an SMS template.
On the Nokia, I could create the template, and then call that up each time I needed it (saving me from having to type (sometimes) quite complex commands).
can anybody please tell me how to do this on windows Mobile?
http://www.google.dk/search?hl=da&q=pocketpc+SMS+templates&btnG=Søg&meta=
Cheers for that, but I have actually found a way to do it.
Create a new message,
click on the message area,
Menu > My text > Edit my Text Messages
and that allows you to create a template message.
It's not perfect, but it seems to work.

[Q] How to override basic functionality to create theme in wp7

Hi
I want to create an app that overrides the way windows phone receives text messages
Is there a class I can use to have my app always monitoring SMS traffic? Is there a way i can have my app override what kind of notification the windows phone would use when text message is received? Is there a way for the app to intercept incoming text messages and deal with them quietly as opposed to requiring the user to interact with them? Can windows phone 7 apps simply run in the background, monitoring traffic all the time? What class or part of the framework does all that?
Thanks in advance.

Categories

Resources