| Thread | Last Post | Replies |
|
| How to create something similar to "Identification Information" | 31 Jul 2006 22:40 GMT | 2 |
In my WM5 device, i can go to -Settings -> Owner Information -Option tab -then put a check mark at "Identification Information" and/or "Notes"
|
| Adding Custom Application into Active Synch | 31 Jul 2006 22:40 GMT | 2 |
So I created a Rapi tool that handles my file transfers between my mobile and desktop. Now I want the RAPI tool to run everytime I dock my PPC. Can I use ActiveSynch? So I need to create a exe, that is always on? How can I make it
|
| Datatype Misalignment exception. | 31 Jul 2006 14:40 GMT | 12 |
I have a DLL on Windows CE 4.20 XScale that throws am unhandled exception "0x80000002: Datatype Misalignment". I need to figure out what the problem is and how to move forward. I have been trying different methods for some time now.. It seems to me
|
| What "Device" to get? | 31 Jul 2006 13:35 GMT | 4 |
Folks, This week I'm going to replace my old Nokia phone and get a "Windows Mobile" phone. I am not sure which one to get. But this is what I want.
|
| Modify Global Connection Programatically? | 31 Jul 2006 12:51 GMT | 1 |
Does anyone know if its possible, through OpenNetCF/natively/some other way, to select the global network connection for a device programatically? I'm basically looking to automate the manual process of the device alerting a user that a network is in range and asking them if they ...
|
| evc4 WM5 | 31 Jul 2006 08:05 GMT | 4 |
Is possible to build a project evc4 on WM5? I've tried but without success... Chri
|
| Can't create C++ Smart Device project in VS | 31 Jul 2006 05:33 GMT | 2 |
Environment: XP Professional SP2 VS 2005 Professional Windows Mobile 5.0 SDK for Pocket PC
|
| Lose Design-Time Support for UserControl... | 30 Jul 2006 06:57 GMT | 2 |
Am developing mobile app, using a number of UserControls (UC) dynamically rendered inside a single winform. When I add code to the UC to instantiate a cameraCaptureDialog object, I loose design-time support for the UserControl, inside the winform. Instead, the UserControl just ...
|
| FYI: QueryPerformanceCounter doesn't work properly on any PDA | 29 Jul 2006 23:22 GMT | 1 |
I tried QueryPerformanceCounter(LONGLONG) on several PDAs (dell and axim) and there is same issue. When argument value reaches MAX_LONG it doesn't use higher 4 bytes at all, instead it starts from zero. Takes up to 1 hour for that to happen.
|
| Developing with eVC for PPC and WM 5.0 | 29 Jul 2006 21:57 GMT | 5 |
I have an application written in eVC 3.0 (MFC) that I want to port to Windows Mobile 5.0. I need to minimize development time and to continue to support the Pocket PC platform (I currently only support ARMS processors on the PPC).
|
| WCELOAD process exit code | 29 Jul 2006 17:57 GMT | 3 |
after installing the cab file the wceload.exe seems to return the error code 2147500037, is there a documentation somewhere to describe the exit codes of the wceload.exe i'm using Windows Mobile 2005 Pocket PC Emulator. thanks, Kiran
|
| CImageList Problem | 29 Jul 2006 08:36 GMT | 2 |
In dialog class's initdialog I am creating new CImage class object using "new" and in the destructor I check the CImage list pointer for NULL and if not NULL then I delete it as follow delete [] m_pImageList;
|
| Getting SMS Messages from Pocket Outlook in Windows Mobile 5 | 28 Jul 2006 21:05 GMT | 1 |
I need some way of getting a collection of the messages in the SMS Message store in Windows Mobile 5. I am using Visual Studio 2005 and I have the WM5 SDK installed and I was able to find the Microsoft.WindowsMobile.PocketOutlook.SmsAccount class and
|
| Adding forms from another project | 28 Jul 2006 20:57 GMT | 1 |
I have two projects. Project1 has 1 Form that performs some data collection. There is only one form in the project. Project2 connects to a MYSql database and updates data.
|
| How could I show the time in View | 28 Jul 2006 20:55 GMT | 1 |
I create a view as a camera UI. When I push the button, the video recording start. Then I want to show the time of record in the view. How can I do for that??
|