| Thread | Last Post | Replies |
|
| C# Wrapper for SIM Manager API? | 27 Feb 2006 00:25 GMT | 2 |
Hey there :) In the "a good programmer is a lazy one" way of thinking, is there a C# wrapper library for the SIM Manager API available anywhere? (Proprietary is okay)
|
| Problem with INTERNET_BUFFERS under UNICODE | 26 Feb 2006 21:29 GMT | 7 |
Hi, for "fun" I am trying/testing wininet asynchronous code. If I compile under UNICODE compile option I can only get InternetReadFileEx() to work if I "hardcode" to the ANSI Version thus: char lpReadBuff[256];
|
| Help, "No symbols are loaded for any call stack frame" when debug | 26 Feb 2006 19:56 GMT | 5 |
I`m using VS 2005 Version 8.0.50727.42 (RTM.050727-4200), and the Windows Mobile 5.0 SDK. I can step through my code in the debugger, but if I let it run, then try and break into it, I get the following error message: "No symbols are loaded for any call stack frame. The source ...
|
| SIP button dual personality on WM5, how to control that? | 26 Feb 2006 04:34 GMT | 8 |
apparently the SIP button has a dual personality on WM5: i.e. it normally appears in the center on the CommandBar (new WM5 look), but it sometimes appears on the right side (and looks like the old SIP button of Pocket PC 2003).
|
| ellipse curve code | 25 Feb 2006 07:18 GMT | 2 |
I am a colleage student, I want to develop a program that can encrypt/decrypt file in Pocket PC using ellipse curve cryptography. My work does not focus on the Algorithm, I want use it just as a module Is there any free tools or code can do this work?
|
| CeRapiInit() and WM5/WM2005 | 24 Feb 2006 20:01 GMT | 1 |
I have an application which uses IDccManSink interface. I wait until the OnLogActive call has been made and then call CeRapiInit(). If the device is already connected and my application starts, the OnLogActive() gets called and then I call CeRapiInit(), this causes
|
| Problem installing application evb3 in mobile 5.0 | 24 Feb 2006 18:05 GMT | 2 |
Hi, I develop my application in Visual Emmbedded BASIC 3,0 and generates the installer, when installing on one pocket dell axim x51 shows to error in file cab. that I can do
|
| ConnectionManager and Handle-less Connection Status | 24 Feb 2006 17:58 GMT | 2 |
I would like to use the Connection Manager API to see what connection(s) are currently established. As far as I've seen, I can use ConnMgrConnectionStatus to get the information. However, that function requires a HANDLE to that connection, which is acquired via
|
| Create an Automation server in .NET compact framework? | 24 Feb 2006 16:21 GMT | 3 |
Does anyone know if it is possible to create an automation server that would run on the device using .NET? I have a C++ / MFC program that acts as an Automation server / client and I want to be able to create an automation server in .NET that I can call. Is this possible? Thanks.
|
| Dismissed notification and bad label of left today soft key | 24 Feb 2006 14:30 GMT | 5 |
I have a wierd behavior with a bubble notification on WM5. If i show my notification through SHNotificationAdd with defined soft keys (through rgskn member of SHNOTIFICATIONDATA) and with some small duration time set, then after timeout elapses notification is hidden and on the ...
|
| Preventing System suspend / shutdown on HP 6515 | 24 Feb 2006 14:29 GMT | 2 |
I have developed a GPS navigation application for the HP 6515 handheld. I need to have the application visible when it is in use - it should not suspend when the application is active. Is there any way to temporarily prevent the system from suspending while the application is ...
|
| DataGrid Question | 24 Feb 2006 11:09 GMT | 1 |
I'm a newbie in programming with VB.net for a Pocket PC! I need a DataGrid with 3 columns! In the first column should be a TextBox and in the 2 other columns must be CheckBoxes! This is a big problem for me!
:-( |
| Windows Driver Signing | 24 Feb 2006 08:52 GMT | 1 |
I am not sure if the question fits in this group but since i could not find any other related, I am posting it here. How to obtain a logo certification for a third party driver / application which will not be shipped with the product (e.g. an SDIO
|
| acessing pocket excel in evb application | 24 Feb 2006 08:17 GMT | 1 |
I am accessing the pocket excel through my embedded vb , using Cecreateprocess it is working .Using this i am list all the excel documents that are present.But my problem is I want to list only few document based on the criteria.
|
| Data Access 3.1 Requirement | 24 Feb 2006 08:02 GMT | 2 |
Is there any one knows what is the exact SDK is needed to install Data Access 3.1. While installing, it always looking for a windows CE platform SDK . what is the SDK exactly it looking for... Please help me its very urgent....
|