| Thread | Last Post | Replies |
|
| OnSmsReceived (WM5) | 31 Aug 2005 19:05 GMT | 1 |
After having set up the SMS Interceptor, what to do to really display the body of the SMS received? What to put instead of * and **? void Form_Load(){
|
| Windows Mobile 5.0 SDK Install Problems | 30 Aug 2005 15:49 GMT | 1 |
I have having problems installing/Un-Installing the 5.0 SDK for both pocket pc and smartphone. It seems to just pause mid-install both when installing and removing either SDK's. I am trying to use visual studio 2005 to build these two formats, but the
|
| Incommin-call window handle | 30 Aug 2005 13:22 GMT | 3 |
Is there any way to get Incomming call window handle ? One way to get this using, GetForegroundWindow(); But problem with above is that,handle can be obtained only while incomming
|
| How to get IMESSAGE interface | 30 Aug 2005 13:16 GMT | 1 |
How can i get IMESSAGE interface to get the body and subject of the message. Plz help me or provide me with the sample code to do the same.. Thanx
|
| .NET CF 2.0 ready for first WM 5.0-Devices? | 30 Aug 2005 13:14 GMT | 2 |
Will the .NET CF 2.0 final be ready for implementation of the first WM 5.0-devices? Or do we have to install it after we have bought or device? Thanks Sven
|
| WM 5.0 CF2 Problem with multiline textbox? | 30 Aug 2005 10:54 GMT | 5 |
I am using VS 2005 beta 2 with CF2 beta and it is really cool, but I have a problem if I use a textbox with multiline enabled... I dont know why but anytime I enable multiline the whole textbox is not rendered correctly!
|
| Back Button on Smartphone | 30 Aug 2005 09:18 GMT | 2 |
I have Ok button on the wondow, which will allow me to close the wondow and go back to the previous one...like COMMAND_ID_HANDLER(IDOK, OnCloseCmd) .............
|
| regarding List View | 30 Aug 2005 08:57 GMT | 2 |
I have been trying to create List view,but ended up with problems.I need to know who do you select an item from the list. My aim is 1. Fill the List view with items(iconic) 2.And th selection of an item should call a dialog box which
|
| Available space | 30 Aug 2005 04:21 GMT | 2 |
Hello~ i have a question. i want to get available space in disk. how can i get available space for some files storage in disk?
|
| How to get the Ctrl ID or Ctrl Hwnd? | 30 Aug 2005 03:51 GMT | 1 |
I want to check in my code whether sms compose dialog or outlook email compose dialog is active. I have problem in distinguishing the sms compose dialog and email compose dialog (both have the same window title ""New Message" and same class Name "Tmail.Note.StdWnd"). So ...
|
| How to lock phone... | 30 Aug 2005 03:49 GMT | 1 |
Does anyone know if it is possible to disable phone lock by using an API function? I have had a look at the SetLockingStatus in the Sim Manager API,but I don't think this is what I need. I want to be able to disable phone locking (keypad lock) then be able
|
| MUI support | 30 Aug 2005 03:45 GMT | 3 |
If I want to support multiple languages, say French and English, I create two dll:s: myapp.exe.040C.mui (french) myapp.exe.0409.mui (english)
|
| Opinions and advice for newbie | 30 Aug 2005 03:42 GMT | 1 |
I am writing the code for a program that will run on an embedded PXA255 running Windows CE 4.2. At first I was planning on using C# with the compact frame work but the more I learn about the project, the less comfortable I feel. Now I am thinking about using eVC++ 4.0. I have ...
|
| Problems with multiline text box | 30 Aug 2005 03:37 GMT | 1 |
I am using the multiline text box in my smartphone app but see a problem with painting because the text box does not draw correctlt and/or has some bad charaters that seem to appear as a result of scrolling the form. I also have other controls on the same form. Please let me know ...
|
| file encrption | 30 Aug 2005 03:36 GMT | 1 |
how i can encrpypt file on smartphone throgh my program. Please help me.
|