| Thread | Last Post | Replies |
|
| Can't navigate the list view control | 14 Jun 2005 13:47 GMT | 1 |
After creating a list view, I can't use UP/DOWN key to navigate the list. Even though I've set the LVIS_FOCUSED state for first one item like this: ListView_SetItemState(hList, 0, LVIS_FOCUSED, LVIS_FOCUSED); But after press Left/Right key once, the UP/DOWN key go into effect.
|
| Bitmap in buffer | 14 Jun 2005 13:03 GMT | 15 |
I have a Bitmap loaded in the Buffer (say char*), I want to bitblt it to screen, how can I do this? Thanks &
|
| Stopping words from being added into the t9 user dictionary | 14 Jun 2005 12:15 GMT | 2 |
Taken from the Smartphone SDK: "When the user spells a word by using Multi-press mode, this word is added to the user dictionary so that T9 recognizes it the next time the user enters it."
|
| Get bit map bits ! | 14 Jun 2005 12:14 GMT | 1 |
I load a picture with SHLoadImageFile and after that i want to make some changes on the picture pixels. But i'm totally not able to gain acces to pixel values :o( On a PC we have getbitmapbits or some other good looking function but what
|
| Smartphones registry - reg | 14 Jun 2005 10:36 GMT | 3 |
I have to access the registry of smartphones in .net using c#. I could add the namespace "Microsoft.Win32" to access the registry for NORMAL WINDOWS APPLICATIONS. But I could not do the same for windows application for smartdevices(smartphones). What namespace I need to add to ...
|
| Smartphones registry - reg | 14 Jun 2005 06:07 GMT | 2 |
I am new to WinCE and working on one application for smartphones using .Net C#. I have to insert one value in the registry and need to test the same before application starts executing. What are the APIs available to access the
|
| How to remove the line between home screen plugins? | 13 Jun 2005 15:56 GMT | 1 |
How to remove the line between home screen plugins? Thanks! xWorld
|
| How to create a list with checkBox | 13 Jun 2005 10:58 GMT | 3 |
I want to create a list control with CheckBox to select multiple items. Blow is the snippet: ......... RECT rc;
|
| How to send a MMS? | 13 Jun 2005 10:39 GMT | 5 |
Is there any sample on the Internet or in the SDK that show how can i send a mms? I looked for a long but I didn't find anything. Thanks
|
| MAPI get just one output folder | 13 Jun 2005 10:13 GMT | 5 |
Hi i'm using SendMail SDK example to send mail with MAPi but i've got a problem. When i got 4 messages account my mails are created in all of the for accounts (SMS MMS Oulook and the provider account)
|
| Migration from evc4 to evc3 | 13 Jun 2005 09:50 GMT | 1 |
Hi riki Is there ne easy way to migrate from evc4 to evc3. Instead of creating new empty project and added file to it thnx in advance
|
| How can I trap /handle the open phone event? | 12 Jun 2005 02:03 GMT | 3 |
For a flip-phone - when the cover opens? Thanks.
|
| Get Process List of SmartPhone | 11 Jun 2005 18:43 GMT | 1 |
I am trying to get the list and details of the current processes using SmartPhone SDK 2003. [I am a novice C# & SmartPhone Programmer.] Please consider the following code to answer my Questions:
|
| CreateProcess | 11 Jun 2005 06:36 GMT | 6 |
Hi Peter Foot I hv Used createProcess() to run html file but its not working. I hv made html file for help. n i want to execute it when i pressed a button. How to do it. Function i hv used is
|
| VS 2005 installation error | 11 Jun 2005 04:59 GMT | 5 |
Ok, so I got back from MEDC ready to install VS2005 and the SDKs off the Windows Mobile 5.0 Developer Evaluation Kit DVD. Unfortunately, it's not worked properly! I've installed everything in the correct order, even uninstalled VS 6 but the Smart device SDKs do not seem to have ...
|