| Thread | Last Post | Replies |
|
| Help: free programming in c# for Windows Mobile | 20 Jan 2006 18:51 GMT | 3 |
Is there any free / cheap tools for programming applications in C# for WindowsMobile? Erik
|
| develop for ce.net 4.1 using VS2005 | 20 Jan 2006 18:51 GMT | 6 |
I am using VS2005 to program a handheld running CE.net 4.1. I am using VB.net. I am trying to figure out which smart device app I should start with to deploy to this platform.
|
| How to malloc huge memory in pocket pc 2003 se | 20 Jan 2006 13:21 GMT | 3 |
Is there a limitation of size to the malloc? I tried but failed to malloc an 18M memory block. Could you give me some hints to this problem? Thanks a lot! yun
|
| Enterprise-wide deployment strategy for Windows Mobile devices | 20 Jan 2006 11:56 GMT | 2 |
I'm researching ways to deploy a PocketPC application on multiple PDA's, the app will be developed with C# & the .NET Compact Framework. The install/uninstall would need to be silent, with no confirmation messages displayed to a user, and run from a central admin desktop.
|
| problem with GPS api | 20 Jan 2006 10:34 GMT | 15 |
I'm trying to develop a "location tracker" using compact .NET 2.0 compact, on win mobile 5. It seems working (it collects data every one second), but data are not "fluid" or "regular": they change with a "zig-zag", and don't draw a line.
|
| PocketPC / SQL on desktop | 20 Jan 2006 07:20 GMT | 4 |
I've tried searching before asking, but got only a mess. I need to know if is possible to develop an application for pocketpc, with dotnet compact framework, that can read/write data into an Access file or SQL server on a desktop pc. Possibly using Microsoft native language, not
|
| Change Target Platform | 20 Jan 2006 07:09 GMT | 2 |
my application is using compact framework 2.0. i have noticed in visual studio 2005 that i can click on my project and select "change target platform". so, i can switch between pocket pc 2003 and windows mobile 2005. i want my application to run on both operating systems, so i ...
|
| Pocket PC Network Connection Error | 20 Jan 2006 06:41 GMT | 2 |
We are developing application with the webservices for the Pocket PC. We have written small webservice and deployed on the IIS Server. Created new Pocket PC project in Visual Studio 2005 and added the web service which we have created. When we try to run this application on the ...
|
| GetDeviceUniqueID | 20 Jan 2006 01:17 GMT | 2 |
I need to read the DeviceUniqueID from both Smartphone and PocketPC running Windows Mobile 5.0. I found some code here: http://samples.gotdotnet.com/quickstart/util/srcview.aspx?path=/quickstart/Compa ctFramework/samples/deviceid/deviceid.src But this is only running on my PocketPC, ...
|
| Visual Studio 2005 Cab file | 19 Jan 2006 23:14 GMT | 1 |
In Visual Studio 2003 I could from the menu generate a cab file.....that i could put in a device. In Visual Studio 2005 I don't find how to make a cab file for my application...where is it?
|
| VB.NET on Pocket PC - Help | 19 Jan 2006 22:23 GMT | 3 |
I'm using VS2003 to develop a simple program for my Pocket PC (iPaq PPC.2003). I have successfully run the program on the device while it is connected to the docking station but when closed, the program goes away. I have not been able to find a tutorial section that shows how ...
|
| Serial Interface ? | 19 Jan 2006 22:09 GMT | 7 |
I have a medion MD95000 PPC which has onboard GPS and a GOTO telescope that only accepts data via an RS232 Port.. Does anyone know if it's possible to get a serial cable for the PPC and then is it possible to send data down that serial cable ? I laready have code to extract ...
|
| Language packs for Windoew CE/PocketPC ? | 19 Jan 2006 21:28 GMT | 4 |
How can I install support for Japanese (or Chinese,...) on an English Pocket PC device such as an iPaq ? As far as embedded Windows CE devices are concerned, I guess it's up to the developer to include such support using the platform builder, right ? But
|
| get file extension? | 19 Jan 2006 21:01 GMT | 3 |
What's the fastest way to find out extension of a file? I'm using the following code, but I think it can be done in more sphisticated way... Thanks for your reply! WIN32_FIND_DATA info;
|
| Bug wtih ENTER key and EDIT control in Windows Movile 5.0 | 19 Jan 2006 21:01 GMT | 4 |
Hi all !!! I have a problem with the ENTER key. When i have the focus out of the EDIT control and i push the ENTER key execute the OnOK() behaivor.
|