| Thread | Last Post | Replies |
|
| camera capture | 13 Oct 2005 23:02 GMT | 3 |
I've been trying to call SHCameraCapture (in aygshell.dll) from my managed C# Visual Studio .NET 2003 project targeting a Qtek S100 Pocket PC running Windows Mobile 2003, but so far I've only received MissingMethodException's. Aygshell.dll seems to be present, as File.Exists says ...
|
| Development for VGA resolution in C# - how? | 13 Oct 2005 21:45 GMT | 8 |
I've been assigned the task of developing an application for some new VGA PDAs (iPaq hx4700 - runs Mobile 2003 SE) using C#. I'm quite familiar with using Visual Studio 2003 and the Compact Framework, but I can not figure out how to make Studio and my C# app realize that I have
|
| WCE vs PPC | 13 Oct 2005 21:39 GMT | 8 |
Could someone explain to me the exactly difference between Windows CE and Pocket PC? Besides, I would like to use Mio 286 (Windows CE 4.20) like a PPC: is it possible? In other words: can I install cab file into it?
|
| No hourglass when database syncronise | 13 Oct 2005 21:39 GMT | 1 |
I have created SQL Mobile Pocket PC 2003 apps using VS2005 with SQL2005. It works fine except when I run syncronize, there is no hourglass. Is there a way I can show an hourglass because the app look like hang when synchronizing.
|
| CertChk app with WM 5.0 devices | 13 Oct 2005 21:02 GMT | 1 |
I have used the CertChk.exe (http://www.microsoft.com/downloads/details.aspx?FamilyId=D88753B8-8B3A-4F1D-8E94 -530A67614DF1&displaylang=en) application to disable the certificate check with WM 2003 and WM 2003 SE devices.
|
| PIMs <-> vCard/vCalendar | 13 Oct 2005 19:58 GMT | 1 |
Hi .. I know how to use POOM to retrive Contacts and Calendar. But, I don't know how to make those information into vCard/vCalendar. I don't know how to save vCard/vCalender into PIMs via POOM.
|
| How to install .cab file in WM5 with vc++ code? | 13 Oct 2005 17:24 GMT | 4 |
hi,all I got a new X51 handheld, which brings me a lot of new questions. Our program will install some device driver, like scanner driver on pda by calling wceload.exe. But on the new WM5.0, it does not work. Does
|
| .NET CF: how to verify it's installed | 13 Oct 2005 17:18 GMT | 6 |
How can I verify .NET CF is installed on a certain system? I have a Windows CE .NET 4.20 but it seems not to have installed the Compact Frameworf .NET. Maybe I have to see system registry.. Mhaxx
|
| Starting another application | 13 Oct 2005 13:10 GMT | 1 |
I'm new to developing to the Pocket Pc and I was wondering how to start another application. It seems that System.Diagnostics.Process is not supported in the .NET Compact Framework as it is in the .NET framework. Is this correct? If so, it there another way to start another ...
|
| Shell_NotifyIcon WinCE4.2 | 12 Oct 2005 22:11 GMT | 5 |
I am trying to create a taskbar icon using Shell_NotifyIcon, below is my code, but it is not showing in Symbol MK2000 WinCE4.2 device. What am I missing? Please help me. BOOL InitInstance(HINSTANCE hInstance, int nCmdShow)
|
| Performance of the 2003 SE emulator | 12 Oct 2005 21:47 GMT | 3 |
Does anyone know what processor is equivalent (in MHz, approximately) to the Pocket PC 2003 SE emulator? I am writing a cpu intensive app (it uses integer arithmetic and many bitblt's) and I am getting a very disappointing performance with it. On the PPC 2002 emulator (x86
|
| WM5 - CAB file install fails on device | 12 Oct 2005 20:27 GMT | 1 |
I have a CAB file which has a few DLLs in them which are installed to the Windows folder on the device. Issue: The install on device fails when the device contains a newer version of the DLLs.
|
| VS2005-beta2 remote tools not working with WM5 PPC emulator? | 12 Oct 2005 20:18 GMT | 1 |
Apparently none of the "Remote Tools" bundled with VS2005-Beta2 are able to establish a connection with the Pocket PC WM5 Emulator. I tried with the emulator being craddled and un-cradled, no success. Also the remote tools have a "Connectivity Options" dialog, which in fact
|
| Services and Messages | 12 Oct 2005 19:50 GMT | 9 |
i've deloped a service for my ppc. I load the settings at the startup of the service, i would know how is possible send a message to the service to reload the settings. I've tried to create an hidden window but this hangs the device on
|
| file exist and case insensitive | 12 Oct 2005 17:01 GMT | 2 |
To check a file exists or not, I use GetFileAttributes(filename) to do it. But In PocketPc, the function seems case insensitive. It can't distiguish between "Apple" and "apple". Is there better way to check file exist? I need case sensitive.
|