| Thread | Last Post | Replies |
|
| How to store image data to edb database. | 14 Mar 2007 21:02 GMT | 2 |
I have problem with CEVT_STREAM data type. I created datatabase with 3 fields with CeWriteRecordProps() as CEPROPVAL record[3]; // 1
|
| Run application during startup for disabling phone buttons | 14 Mar 2007 19:12 GMT | 3 |
I wrote a little application for disabling the green and red phone buttons on a Pocket PC using RegisterHotKey. It is written in C#, so the RegisterHotKey is p/invoked. To make this work the app has to run during startup before the normal
|
| Menu extensibility deployment | 14 Mar 2007 15:25 GMT | 2 |
I am basically a managed code guy, but have written an unmanged dll based on the MedicalHistory sample to exntend the menu in the calendar program. When I add this dll to my deployment project, do I need to do anything special to make sure that the com server registers properly ...
|
| Versions | 14 Mar 2007 15:05 GMT | 1 |
I develop in VS2003, CF1.0 and opennetcf 1.2 Can I use vs2003 with higher CF or opennetCF? Thank you
|
| WM5.0 or latter: Is there a way to know the CF number and SP installed? | 14 Mar 2007 13:58 GMT | 4 |
I would like to know also if there is a way to know if it's Mobile 5.0 or latter. Thank you
|
| RAPI.DLL and Windows Vista Business | 14 Mar 2007 03:41 GMT | 1 |
I've recently run into problems with an existing application installing on my MSDN copy of Windows Vista Business edition. The application is linked to RAPI.Lib and uses RAPI.DLL and ActiveSync to move data files from a PDA to the desktop. It appears that on a clean install of ...
|
| SIMPHONEBOOKENTRY clarification wanted | 14 Mar 2007 01:38 GMT | 1 |
Hi - I'm writing an app dealing with SIM contacts. In referencing MSDN documentation, about the SIMPHONEBOOKENTRY struct (http://msdn2.microsoft.com/en-us/library/aa455035.aspx), the only description of the "dwParams" field is "Indicates valid parameter values."
|
| ScrollWindowEx doesn't work - help | 14 Mar 2007 01:12 GMT | 1 |
Sorry, if I'm spamming, but when I've tried to post an hour ago, nothing happened. I've been trying recently to scroll a Today Screen programmatically.
>From inside of a Today Screen Plugin I tried the following function: |
| no GetOverlappedResult? | 13 Mar 2007 20:46 GMT | 4 |
Trying to port some code to PPC, but I do not see a GetOverlappedResult section. Was this omitted? Is there something equivalent that I can use?
|
| Trigger the bluetooth using C# | 13 Mar 2007 19:38 GMT | 2 |
I want to create an application that on received a sms it will auto turn on the bluetooth using c# for pocket pc with wm5. Thanks
|
| WM5.0: Is there some API to get the Device manufacturer and type | 13 Mar 2007 15:01 GMT | 3 |
I need to know the exact running model of the PocketPc that my EXE is running on. Is there some API? Thank you
|
| Backup / Restore cemail.vol | 13 Mar 2007 14:44 GMT | 7 |
I am trying to make a backup and restoration of cemail.vol by piecing together some code found on line. Here is my C++ Calls: On top of the code below I backup everything in \windows\Messaging. The backup seems to work right but when I go to restore Outlook is seriously messed up ...
|
| Submenu with MIIM_SUBMENU, how to ? | 13 Mar 2007 11:21 GMT | 6 |
I am trying to add a submenu to an item of a menu in C, using the pocket pc 2003 SDK:
| ________ | | | item4 | | |
| How to activate/deactivate push email programatically | 13 Mar 2007 10:58 GMT | 1 |
I want to change the state of push email from manual to automatic "when reciving new elements" programatically. I've investigated the registry and appart from the Keepalive key under HKEY_CURRENT_USER\Software\Microsoft\ActiveSync, I only find a difference in
|
| Profiling Applications developed for Mobile devices | 13 Mar 2007 10:44 GMT | 1 |
How can i profile my Mobile Device application to check the performance of each of the functions in my application. I tried with NetCFRPM.exe, which i got after installing Microsoft Compact FrameWork 2.0 sp1. But it didn't give me the time taken by each of the
|