Tagged Questions

A Pocket PC, abbreviated P/PC or PPC, is also known by Microsoft as a 'Windows Mobile Classic device'. It is a hardware specification for a handheld-sized computer (Personal digital assistant) that runs the Microsoft 'Windows Mobile Classic' operating system. It has some of the capabilities of modern desktop PCs.

learn more… | top users | synonyms

10
votes
3answers
646 views

Honeywell Dolphin 9500 (Pocket PC 2003) C# Event Handling Conflicts?

Environment Windows XP x32 Visual Studio 2005 Standard Edition Honeywell Dolphin 9500 running Windows Mobile 2003 (Pocket PC 2003) With built in Barcode scanner and B&W camera Using their SDK ...
8
votes
6answers
1k views

What's the best way to write JavaScript/Ruby applications on Windows Mobile device?

I recently bought a Windows Mobile device and since I'm a developer I want to use it as a development platform. Yes, it's not supposed to be used like that but it's always with me and my laptop isn't. ...
7
votes
3answers
7k views

Disable sleep mode in Windows Mobile 6

Does anyone know how could I programatically disable/enable sleep mode on Windows Mobile? Thanks!
7
votes
2answers
1k views

How to open a new email, and assign subject, using .NET Compact Framework

Basically I'm trying to accomplish the same thing that "mailto:bgates@microsoft.com" does in Internet Explorer Mobile. But I want to be able to do it from a managed Windows Mobile application. I ...
6
votes
3answers
160 views

How Can I Keep A C# Listview Control with Check Boxes from “Checking” on Row Selection?

Environment Windows XP x32 Visual Studio 2005 Standard Edition Honeywell Dolphin 9500 running Windows Mobile 2003 (Pocket PC 2003) With built in Barcode scanner and B&W camera Using their SDK ...
6
votes
2answers
3k views

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 ...
5
votes
3answers
507 views

Programmatically Launch IE Mobile Favorites screen

Is there any way to launch IEMobile's Favorites screen directly by specifying any command line parameter?
4
votes
6answers
925 views

Windows mobile user interface suggestions

I will start new PDA project on the windows mobile and compact framework 2.0 or higher. I need to design the new application user interface like IPhone, it should be smilar IPhone buttons, gradiend ...
4
votes
1answer
498 views

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?
4
votes
6answers
503 views

Database engines Comparison - Windows Mobile

What are the different database options on Windows Mobile available? I have used CEDB and EDB for linear dataset needs. I have heard of SQL server 2005 Mobile edition. But what are the advantages ...
3
votes
4answers
461 views

What version of Internet Explorer is built into Pocket PC 4.20 (build 14053)?

I'm trying to find the IE version that's on a mobile device with 'Pocket PC 4.20' (shown on the About screen). Also what's the official brand of this OS, is it 'Pocket PC 2002' or 'Windows Mobile ...
3
votes
4answers
699 views

Developing applications for Pocket PC /Windows Mobile 5

I have to develop an application for the Motorola MC70 which runs Microsoft Windows Mobile 5.01.0478 (Pocket PC?). I have no idea how to make an application for those devices... I tested regular exe ...
3
votes
5answers
474 views

C# Extension methods on PocketPC Windows CE

Are extension methods available on CE framework as well? I have an extension method for string that works fine in a windows forms project, however it wont build in PocketPC application. I figured ...
3
votes
2answers
704 views

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 ...
3
votes
1answer
385 views

Smartphone-style ComboBox behavior on PocketPC platform?

I develop applications for the PocketPC platform (.NET Compact Framework 2.0 and higher), and one of the problems I constantly run in to is the drop-down width for ComboBox controls is not wide enough ...
2
votes
1answer
280 views

CaptureCameraDialog returns OK but does not save (Motorola ES400)

Ok it seems like everyone in the world has issues with CaptureCameraDialog. In my case the result is OK, but when taking the photo there is a MessageBox that says "Error" that appears and disappears ...
2
votes
1answer
255 views

Disable CE windows animation, programatically?

Here is how to do it with a registry key. * Go to HKEY_LOCAL_MACHINE\SYSTEM\GWE * Create a DWORD named Animate if it does not already exist * Edit the DWORD value named Animate * 0 - Disables Window ...
2
votes
1answer
91 views

How can I find the memory available on an SD card on a wince device (C++)

I'm looking for a way (on a pocketPC) to interrogate the size/remaining size of an SD card. I have to create some files on the SD card and I want to make sure there's enough room before I write to ...
2
votes
3answers
625 views

Suggest a Java IDE for Pocket PC [closed]

How can I write a java application with Pocket Pc? could you please suggest me an IDE and JDK for PPC? I want write java applications with PPC's keyboard for example in travel. for example ...
2
votes
2answers
2k views

C# Start process minimized/hidden on Pocket PC Windows CE

I am working on a application for a Pocket PC that runs on Windows CE. I need to start another process, however I need it to start Hidden or Minimized. Doing that on full Windows framework is no ...
2
votes
2answers
911 views

Why does compact framework WebBrowser control load pages in opera?

I need to be able to display html files that are stored locally on device using a WebBrowser control on a windows form. I simply point the WebBrowser to page like so : ctrlBrowser.Url = new ...
2
votes
2answers
857 views

debuging pocket pc 4.2 (2003) app in visual studio 2008 over 802.11

I have been pulling my hair out! Does anybody know how to debug a app on a remote device running pocket pc version 4.2 over a wireless network? I can remote debug over active sync but this device ...
2
votes
4answers
962 views

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 ...
2
votes
2answers
1k views

Running background services on a PocketPC

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 ...
2
votes
4answers
1k views

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?
2
votes
3answers
1k views

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 ...
2
votes
5answers
5k views

how to show/hide SIP on Pocket PC

I have the following problem: I open the dialog, open the SIP keyboard to fill the form and then minimize the SIP. Then when I close the current dialog and return to the main dialog the SIP keyboard ...
2
votes
1answer
755 views

Screen Rotation on Pocket PC

I am developing an application for pocket PC which should run in landscape mode. I wrote the function SetScreenOrientation(int angle), which rotates the screen. This function is called on application ...
2
votes
4answers
3k views

Event Handler for Minimize and Maximize Window

I am developing an application for PocketPC. When the application starts the custom function SetScreenOrientation(270) is called which rotates the screen. When the application closes the function ...
2
votes
4answers
678 views

Performance comparison of current PDAs

Are there any up-to-date performance comparisons of current PDAs available online? Or comparisons of the different available CPUs? I want to buy the right PDA for developing CPU-intensive C# graphics ...
1
vote
0answers
44 views

Ionic.Zip extract files and ignore password

I am using Ionic.Zip (Compact Framework version) in my Pocket-PC project. Extracting zipped files (using Ionic.Zip) are working properly. If I put password on the compressed file, it requires the ...
1
vote
2answers
40 views

How to zip files in windows mobile 3.5?

I'm trying to make a method of compressing file using Ionic.Zip.dll of DotNetZip. Code for Compression: using Ionic.Zip; public string Compress(string[] Paths, string SaveFileName, string ...
1
vote
1answer
156 views

GPS Windows Mobile 6 (using Microsoft.WindowsMobile.Samples.Location;)

well guys, i am part of one team. (I dont have the project yet, i am new). They did a application using gps, problem is it fail sometimes... why? they think gps fails because users has the device in ...
1
vote
1answer
111 views

Uninstalling pocket PC program programmatically

I want to write a program (create an exe file) to uninstall a program in WM 5.0. I was searching in Google but nothing really show a step by step how to do this. I had a step by step instruction on ...
1
vote
1answer
59 views

Pocket PC2003 WCF Authentication Problem

I have created a very simple WCF service that returns a datatime stamp from SQL Server to the client but I am having problems accessing the service from a Pocket PC 2003 Psion device. I have no ...
1
vote
1answer
28 views

DateFormat problem in pocket pc emulator

While converting a date value in a datatable such as "4/20/2011 7:10:39 PM" into a string by using ToString(),it becomes 4/20/11.How can i solve that problem?I want it as 4/20/2011.I am using Pocket ...
1
vote
2answers
352 views

Start Bar Shows Up Over Maximized Form (Pocket PC 2003)

Environment Windows XP SP3 x32 Visual Studio 2005 Standard Windows Mobile/Pocket PC 2003 .NET Compact Framework 1.0 SP3 and .NET Framework 1.1 Honeywell Dolphin 9500 Handheld Barcode Scanner Goal ...
1
vote
2answers
145 views

Pocket PC 2003 C# Performance Issues…Should I Thread It?

Environment Windows XP SP3 x32 Visual Studio 2005 Standard Edition Honeywell Dolphin 9500 Pocket PC/Windows Mobile 2003 Platform Using the provided Honeywell Dolphin 9500 VS2005 SDK .NET Framework ...
1
vote
3answers
853 views

How to obtain a Motorola (Symbol) Mobile Device Serial Number?

How to obtain a Motorola (Symbol) Mobile Device Serial Number? I'm programming the Motorola ES400 which comes with "Symbol" libraries. There seems to be ways of getting the serial numbers of the ...
1
vote
1answer
296 views

How to play a .wav file subsequently without overlapping in Windows Mobile 6.0?

I am developing an app which requires to play .wav sound file one after the other.To play a sound, this is what I am doing. Sound sound = new Sound(path); sound.Play();
1
vote
1answer
249 views

How to decode a Base64 encoded image string and how to display that bitmap after decoding in MFC — WinCE PocketPc application

Hi i'm trying to develop a WinCE Pocket PC application i have to take bitmap images from an SQL server from a web service in base64 encoded data and i want to decode that base64 encoded string and ...
1
vote
1answer
138 views

Writing to XML in a Pocket PC

I have a list of songs which I want to output to an external XML file using a smart device (pocket pc). String path = GetAppDir(); string filePath = path + @"\output\songs.xml"; XmlWriter xmlOut = ...
1
vote
1answer
460 views

How to Configure SQLCE connection on Smart Device Application using Emulator?

I created a simple test that opens a connection of sqlce located on my Desktop P.C. When i start Run the debug mode it throws me that it cant open the connection. I use Pocket P.C 2003 EMULATOR This ...
1
vote
1answer
194 views

PocketPC Camera control question

What's the best way to support WindowsMobile5 (and later) devices while maintaining code compatibility with PocketPC 2003, written in C#? We've got a rather large app in use by a bunch of different ...
1
vote
1answer
358 views

play 3gp videos on windows mobile 5 and 6 from code?

currently im able to play .wmv videos from my application using shell execute which plays it in the windowsmedia player. However I need to be able to play .3gp videos which unfortunately the windows ...
1
vote
1answer
351 views

Handle PocketPC's Task Manager Stop Running programs when using nested Forms

I have a PocketPC C# application written in Visual Studio 2005. It uses nested forms (the user is presented with a form with multiple buttons, when the user selects one a new form is opened). I've ...
1
vote
1answer
428 views

html5 offline storage for Windows Mobile 6.1 or an alternative?

I understand that there are no browsers currently which support offline storage for mobile 6.1. I am trying to find a web form based solution avoiding the loss of data when my device has no ...
1
vote
0answers
286 views

Manual stack backtrace on Windows mobile (SEH)

Following situation: I'm developing an windows mobile application using the sdk 6. Target machine is a nautiz x7. To improve the error reporting I want to catch the structured exceptions (SEH) and do ...
1
vote
3answers
100 views

Windows Mobile Development: Pocket PC AND Smart Phone or Pocket PC Only?

Developing an application with impressive and a little complex GUI is quite easy for Pocket PC platform. But if I want the same application to run on SmartPhone platform as well, I need to make ...
1
vote
1answer
980 views

Device Emulator not recognized in windows when I press cradle

Who can help me with this: I am working on Win7 x64, with VS.net 2008. I am developping for pocketpc. When my application is deployed to the device emulator it can't connect to my computer / db ...

1 2 3