| Thread | Last Post | Replies |
|
| MSXML Load function memory leak on PPC 5.0 | 02 May 2007 21:48 GMT | 5 |
Platform pocket pc 5.0. I saw a memory leak after I release my xml node object. In the following is my code. I put all the code in one function. First time it give me around 94kb memory leak, second 4kb memory, later on some time 4kb some time 0kb. I do not understand. Any one ...
|
| what happens with cab? | 02 May 2007 19:34 GMT | 1 |
when wceload.exe processes a cab file, it unpacks stuff, including the setup.dll if it exists, and saves this setup.dll to use during uninstall also, right? To which temporary folder is the cab file extracted during install? In
|
| How to preserve CListbox contents between dialogs | 02 May 2007 17:53 GMT | 5 |
In my MFC based application that shares code between PC and PocketPC I have three CListBox type objects that I want to be able to share between different Dialogs that are invoked with DoModal at different times. CListBox contents are pretty much static, but it takes a long
|
| Stopping folder adds | 02 May 2007 15:45 GMT | 2 |
I would like to prevent the user from creating folders within other folders. For example I want to prevent the user from adding a folder to the "Inbox" folder. I already have a message transport and our own message store but can't figure out a way to prevent the folder adds ...
|
| Looking for a simple way to exchange data | 02 May 2007 12:39 GMT | 4 |
I would like to get some advice which method would be best for syncronizing data between a desktop application and a pocket pc application. I am developing an application for Pocket PC which is a sort of order
|
| C++-Question | 02 May 2007 10:04 GMT | 8 |
I am writing a custom setup dll, but I'm in .NET, and very new to C++... I have the string "pszInstallDir", and I want to add the exename. how can i do that? I tried it like this:
|
| unicode cab? | 02 May 2007 07:07 GMT | 4 |
Can I not use unicode characters in cab files, for file names and such? Seems not to display foreign character sets. Lisa
|
| MailDisplayMessage() not working?? | 02 May 2007 06:20 GMT | 1 |
I am developing a c# application which used to intercept incoming messages. I am able to get the message but am not able to show the incoming message,means not able to open the message using MailDisplayMessage() function. I have pasted the code below, i think EntryID is not right ...
|
| Custom Transport Provider | 01 May 2007 23:01 GMT | 1 |
For Win32 MAPI I can write a Transport Provider which lets me handle incoming and outgoing messages, so I can use my own server and MAPI treats it just like a POP/SMTP, IMAP4, Exchange, or any other server. CE MAPI has this interface, IMailSyncHandler, which they call a
|
| How to read and write XML in C++? | 01 May 2007 22:51 GMT | 2 |
I there. I need to be able to read and write XML documents on my WM5.0 Pocket PC project. It seems that I can't use MSXML, because is not supported.
|
| Application Verifier Tool problem | 01 May 2007 22:44 GMT | 2 |
today, i according to the article: http://msdn2.microsoft.com/en-us/library/aa446904.aspx, i install the Application Verifier.msi on my PC(Windows XP +SP2, Visual studio 2005 professional, ActiveSync 4.5, Windows Mobile 5.0 PPC Device), but when i run
|
| XML provisioning fails via CAB | 01 May 2007 22:15 GMT | 4 |
I have created an XML provisioning file to setup exchange server email which works correctly if actioned using rapiconfig. However, if I build a CAB file using: makecab _setup.xml email.cab
|
| Best Method for File Storage | 01 May 2007 18:38 GMT | 5 |
I'm toying with writing my own PocketPC application. I'm using .NET and C#. This application needs to store a tree structure with text of varying lengths associated with each node. What is the recommended way to store this data on a PocketPC? I have a
|
| speaker volume | 01 May 2007 09:47 GMT | 1 |
Does anyone know how to change the speaker volume in code? I have a phone running mobile 5 ( not smartphone ) . I see how to get battery level, signal strength, etc... But don't see a way to adjust the speaker volume in code, The software i'm writing uses the speaker and
|
| New Developer Looking for Advice | 01 May 2007 01:22 GMT | 8 |
I built a prototype receiving application that interfaces with a barcode scanner for a customer. They like it but want to have an all-in-one device like this: http://www.barcodesinc.com/hand-held/dolphin-7600.htm
|