pocketpc

Rewriting eMbedded Visual Basic app

I'm looking at rewriting an eMbedded Visual Basic app I wrote years ago. I'm unsatisified with it because of various problems clients keep having with it now and then over the years, mostly along the lines of the app not loading anymore because a required dll/activex control has gone missing! This is so frustrating and naturally difficul...

Where do I specify the text of a Pocket PC app's shortcut?

I'm unfamiliar with Pocket PC development, but I have to make a few minor changes to an VS2005, Pocket PC 2003 Device application. One of the changes (which I thought would be trivial) is changing the text of app's shortcut, but I can't figure out where this text is set. The solution includes a setup project, so I'm looking for it in t...

What is the best 2D graphics library for Windows Mobile?

The title speaks for itself... I've tried to find another question like it but must have missed it if it exists. I'm looking for anything, from a core library replacing GAPI to a .net wrapper... It's for building a nice UI so no 3D needed... ...

How can I access the SMS messages in a Windows Mobile device

I'm searching for a code that will alow access to the SMS messages stored in a Pocket PC device with Windows Mobile so I can download/backup them to a Windows PC. Anyone knows how to do this? ...

Pocket PC/Windows Mobile: How to detect smart minimize

How do I detect when my Compact Framework application is being smart-minimized (smart minimize is what happens when the user clicks the "X" button in the top-right corner on a Pocket PC)? The Deactivate event isn't the right way because it occurs in circumstances other than minimization, such as when a message box or another form is sho...

Play an mp3 on a Pocket PC with VSC++ code

Does anyone know of some mp3 playing code for the pocket PC. I have 3 mp3s that I want to play when my application loads up, depending on how you log in. I've used VS2005 C++ to code what I've got now. I think code to play mp3 for the desk might do the job. But I might not have access to the library, that's why I've been specific. ...

Screen resolution VS2008 to WM6 Emulator vs Device, why is it different?

When I debug a VS2008 WM project in the emulator, it all works as expected, but when I select a device as the target for testing, the entire application gets hosed, appearing in the upper left of the display, distorted. How can I make the display appear the same as in the emulator? ...

Running background services on a PocketPC

Hi, I've recently bought myself a new cellphone, running Windows Mobile 6.1 Professional. And of course I am currently looking into doing some coding for it, on a hobby basis. My plan is to have a service running as a DLL, loaded by Services.exe. This needs to gather som data, and do som processing at regular intervals (every 5-10 minut...

Code in Main() reachable or unreachable depending on opening another form.

I've some pocket pc app and i'm having a serious problem with it described here: http://stackoverflow.com/questions/472598 . While looking for a solution i tried some actually quite stupid code in Main(): [MTAThread] static void Main() { Application.Run(new Tasks()); Application.Exit(); ...

Wrapping the Credential Manager API in .NETCF

Hello, think I successfully made a managed wrapperclass to the Credential API functions mentioned here with a little help from there At least the Win32-Errorcodes returned from that functions are Zero or other but expected (i.e. 1168 from CredDelete if calling it twice) and the appropriate values are stored at the correct place in the re...

How can I check the device platform before deployment in the .NET Compact Framework?

I've developed an application for Windows Mobile using Windows Mobile 6 Pro with CF 3.5 and I have some deployment questions. I'm targeting only Pocket PC and I don't want to let users install it on their smartphone (because it simply won't work). How can I check for the platform on which the user is installing the application and show...

How do I reference a div from javacript in pocket ie ?

Hello i'm developing a pocket ie site. Im runnning pocket PC 2003 SE emulator with pocket ie. i have a and want to reference it from javascript. getElementById and document.getElementsByTagName don't work. In an example I saw document.all[] and even xx.id but all don't work. Can anyone enlighten me ? ...

.net cf 3.5 treeview Checkbox for the given node only

Treeview in .net cf 3.5 pocket pc app If we enable checkbox it will be displayed for all nodes, i want to show check box for childs of some nodes only. Is it possible ? i found some windows forms apps doing custom draw in drawnode event. But there is no drawnode event in .net cf treeview. ...

Paypal integration with pocket PC application for Windows mobile 6.0

I'm developing a pocket PC application for Windows mobile 6.0 and I want to use Paypal. Should i use Web Browser control for this. I need to know the entire process and flow to implement PayPal to my smart device application. ...

Getting a specific Time Zone in .net CF 3.5?

I'd like to have a World Clock on my PocketPC. Getting the Local Time is no problem, and getting the UTC Time is even less a Problem. But I seem unable to get a specific Time Zone? Say I want the current Time Zone for New York, not knowing if it's Daylight Saving Time or not (so I do not know if it's Eastern Time (GMT-5) or Eastern Dayli...

how to detect plugin usb in compact framwork

I want to attach a tracking box that has a serial port, with a serial to usb lead to a windows mobile. Is there anyway to detect usb plugin when i connect windows mobile device with tracking box through USB? ...

port mfc pocketpc to xp embedded

Hi, I'm asked to port an existing PocketPC mfc app (lot's of forms and buttons) to XP embedded. 3 possible scenarios spring to mind: 1) I use some kind of tool or wizard and get the sources compiled for XP 2) I open a new MFC app in vis studio 2008 and form by form copy controls (gui) and code over and this way recreate the same stuff...

Transfer big file from PC to a Pocket PC

I need to transfer a big file from PC to PPC (Pocket PC) but I can't use RAPI. I need to: Convert an .sdf (big) file to a binary format Transfer to PPC (through a Web service) In PPC convert from binary to .sdf The problem is that in PPC I got an exception "out of memory" (in big file). With a small file it works excellently. What ...

Automatically run programs on startup and stop applications from memory on PPC

I have to stop applications when the window is closed. The window stays in the memory when click the (x) button. How can i remove the app in memory? Also another question is that i want the application to be installed when hard restart the pocket pc, how can i do it? Thanks ...

How to build for Pocket PC 2002 with Visual Studio 2008?

Is there any way to build for Pocket PC 2002 (3.0) with Visual Studio 2008? ...