| Thread | Last Post | Replies |
|
| tmail having "restless leg syndrome" on cradle event | 26 Oct 2007 18:49 GMT | 1 |
I have a custom transport dll loadable by tmail.exe. The problem I have is that any time I cradle/uncradle the device, tmail unload then reload it (call IMailSyncHandler::Release() till refcount==0 then unload the dll).
|
| OK Button captured on Maximized form | 26 Oct 2007 18:44 GMT | 2 |
Tribe, Windows Mobile 5.0, VS2k5, C# Form that is FixedSingle with the ControlBox False and the Minimize False so that I get a full screen app.
|
| Removed sync relationships, now contacts are gone? | 26 Oct 2007 15:54 GMT | 1 |
Title says it all. I removed my sync relationships prior to syncing with a new machine (after being prompted to remove at least 1, I just removed both as they were old). Now, my contacts are all gone. "pimbackup" saved all my call logs, sms, etc, and 1 singleton contact that
|
| OnLoad TypeLoadException | 26 Oct 2007 15:28 GMT | 12 |
GAWD ... how much I hate MS ... now I know why I switched to Java/J2EE .... Anyway ... I searched on Google for this information with VB.NET and nothing was very helpful ... just a load of crap about old CF 1.0 vs. CF 1.1 issues. The issue is that I am writing an application for ...
|
| Installing with Vista | 25 Oct 2007 23:19 GMT | 10 |
I have an application that I have been distributing for years. It uses the Wise Installer to get the registry key in ..\CurrentVersion\App Paths\CEAppMgr.exe to launch CEAppMgr, which uses an INI file to do the actual install with the CAB file. Now some of my clients are ...
|
| Code working on PPC but not on SP | 25 Oct 2007 13:11 GMT | 2 |
I have the following code, which is working on a pocketpc, but not on a smarthone (both WM 5) When using it on a Smartphone, the application just exits, without any error message.... Why?? MsgBox(GetSpecialFolderPath(ceFolders.STARTMENU))
|
| bug in ChangeDisplaySettingsEx on new Samsung / Verizon i760 | 25 Oct 2007 05:43 GMT | 1 |
apparerently there is a bug in ChangeDisplaySettingsEx on the new Samsung / Verizon i760. when ChangeDisplaySettingsEx is used to query the orientation of the device, it returns devMode.dmDisplayOrientation = 4 (when the display is in
|
| MAPI OpenEntry() crashes in cemapi.dll | 25 Oct 2007 03:23 GMT | 1 |
I am writing a mobile app (currently testing on WM 5.0 OS 5.1.195) that needs to maintain a persistent reference to a message. I've used MAPI to obtain the PR_ENTRYID of both the message store and of the message (using GetProps() as the DOCS say to do). When I try to use these ...
|
| Detect Cradle | 24 Oct 2007 20:10 GMT | 4 |
I'm writing code in VB.NET and using Windows Mobile 5.0 on a Dell Axim PDA (a PPC). I want to use VB.NET to detect when the PDA is put in the cradle.... So two things:
|
| Why should a listview be fullscreen on a SP? | 24 Oct 2007 15:39 GMT | 2 |
Applies to PPC&SP In this document http://msdn2.microsoft.com/en-us/library/ms838187.aspx it states:
|
| EDB Database creation error. | 24 Oct 2007 14:42 GMT | 3 |
I am try to create data base with 12 fields with their id as : MAKELONG(CEVT_I4, 0x0001); //1 MAKELONG(CEVT_LPWSTR, 0x0002); //2 MAKELONG(CEVT_LPWSTR, 0x0003); //3
|
| Data abort: brain cracker! | 24 Oct 2007 02:00 GMT | 3 |
I'm using a Sample for Today Plugin, and for some obscure reason it's throwing a "Data Abort" in a simple CreateWindow call, .. despite that, window gets created fine. What's happening here? I searched for answers and found someone else asked question but no answer:
|
| Create shortcut programmatically? | 23 Oct 2007 15:14 GMT | 2 |
How to create shortcut to my application programmatically? My application install in IPAQ File Storage or SD card depend in device model and i need create shortcut .
|
| Cannot build BTPAIR example | 23 Oct 2007 12:57 GMT | 3 |
I am trying to build BTPAIR - http://msdn2.microsoft.com/en-us/library/aa916476.aspx but compiler says that Quote:
|
| create exe and run it in scheduled task in PDA | 23 Oct 2007 05:35 GMT | 3 |
I have created an exe which backup my data into my SD card. This exe has to run periodically. does anyone know how do i schedule my this exe to run just like how i can schedule an exe to run in a task scheduler in windows pc?
|