| Thread | Last Post | Replies |
|
| Write a Service on Windows Mobile 5 - Pocket PC | 14 May 2007 13:09 GMT | 1 |
I'd like to know if there is it is possible to write a Windows Mobile 5 Service in C#. I wasn't able to find a good example on the net. My general idea is running some background processes that are activated by a timer. Does processes make actions such as: read GPS,
|
| group button | 14 May 2007 08:50 GMT | 2 |
I tried to have two differernt groups buttons, (R1,R2 ) are in first group, and (B1,B2,B3) are in the second goup. But the code below, the 5 buttons all are in the same one group. Anything wrong with the code? hR1 = CreateWindow(L"button", L"R1",
|
| How to trap WM_PAINT messages where they're being queued? | 14 May 2007 06:07 GMT | 5 |
I am getting a never ending supply of WM_PAINT messages in a Pocket PC 2002 dialog. I am using a CPaintDC, so BeginPaint and EndPaint are already being called. I have tried ValidateRect on the only RECT that I ever invalidate. Curiously, this activity occurs when the app is ...
|
| Stylus coordinates on a given time interval | 14 May 2007 05:09 GMT | 3 |
My M.Sc. project is to develop a handwritten character recognizer for my language 'Sinhala.' As the first step I need to develop a application to capture online handwritten character data. For this purpose, I examined the "Pocket PC Signature Application
|
| Convert byte[] to Image | 13 May 2007 14:59 GMT | 1 |
I have converted an image to byte[] using following code (in VS2005, CF 2.0, WM 2003) byte[] output; MemoryStream ms = new MemoryStream();
|
| GPRS packet loss | 12 May 2007 09:28 GMT | 3 |
I'm testing an application which transfers files from a server to a pocket pc. I often experience errors in the communication. If I use pathping to get some statistics I can see that packets are often lost - approximately 10%. Does anyone know if this is about average for GPRS ...
|
| Scrollbars and CListCtrl | 12 May 2007 01:37 GMT | 2 |
I am working with CListCtrl window which has only one column, but I really need to suppress appearance of horizontal scroll bar. I tried to modify window style to remove WS_HSCROLL, but seems that MFC overrides me. For now I am suppressing it by loading data, getting
|
| Verify authenticode signature | 11 May 2007 20:22 GMT | 1 |
I need to programmatically verify an authenticode signature on an executable on my Windows Mobile 5 system. Unfortunately, I can't seem to get the WinVerifyTrust function to work (I have working code for the desktop, but I have no idea in which dll it resides in Windows CE; ...
|
| How to get notified in PPC application when PPC is sync'd | 11 May 2007 17:02 GMT | 8 |
I have a Pocket PC application (C#, .NET on Mobile 5) and I need to determine either: 1) when the Pocket PC is connected with the host PC through ActiveSync, or 2) when one or more files are deleted from a Pocket PC directory - these are deleted by a host PC application using ...
|
| List of all installed application? | 11 May 2007 15:02 GMT | 1 |
Is there a list in the registry where I can read all installed applications? And if yes, is there also a possibility to uninstall them? Thanks James
|
| How to scroll a bitmap inside a today screen plugin? | 11 May 2007 14:49 GMT | 2 |
I have a problem creating a window with a vertical scroll bar. Here's what I try to do: HWND InitializeCustomItem(.... .......
|
| MAPI folder enumeration | 11 May 2007 08:18 GMT | 1 |
Does anyone have any sample code that enumerates through all of the folders off of the root of a known message store?
|
| WM5 Cab file prompt for location | 11 May 2007 06:09 GMT | 11 |
I'm trying to port my app from a WM2003 device to WM5. When I am installing my cab files on the WM5 device, I am being prompted to, "Choose a location to install <cab name>", with options for
|
| change SQL Mobile database schema | 10 May 2007 21:29 GMT | 1 |
any idea how to change the table schema of SQL Mobile? cos I am not able to edit the table/column name once I have created.
 Signature Johnson
|
| send email from a PocketPC app in VS2005 | 10 May 2007 21:26 GMT | 3 |
I just don't see the namespace 'System.Net'. I cannot believe Microsoft has removed the ability of sending email from the CompactFramework in VS 2005.....is this correct? If so, what are the other alternatives?
|