Tagged Questions

Windows Mobile is a mobile operating system developed by Microsoft that was used in smartphones and mobile devices, but is being currently phased out to specialized markets. It is superseded by Windows Phone 7.

learn more… | top users | synonyms (1)

99
votes
22answers
97k views

Auto detect mobile browser (via user-agent?)

How can I detect if a user is viewing my web site from a mobile web browser so that I can then auto detect and display the appropriate version of my web site?
47
votes
14answers
6k views

.Net Compact Framework Tips, Tricks, and Gotchas [closed]

We work extensively in the .Net Compact Framework and Windows Mobile. I've seen plenty of questions come up regarding specifics to development of ASP.Net apps or other .Net based desktop apps but ...
27
votes
8answers
17k views

How to estimate the thread context switching overhead?

I am trying to improve the performance of the threaded application with real-time deadlines. It is running on Windows Mobile and written in C / C++. I have a suspicion that high frequency of thread ...
22
votes
15answers
2k views

Windows Mobile Development - Where to begin?

Okay, I will shortly be starting down the path of windows mobile development. I know nothing about the subject really and I am looking for people with experience to let me know of any gottchas you may ...
20
votes
21answers
5k views

What mobile platform should I start learning?

What mobile platform should I start learning? What matters is: ease popularity of the platform low cost of the SDK and actual handheld
13
votes
6answers
3k views

Creating a mini-site in ASP.NET that works on Blackberry, Windows Mobile, and iPhone

I'm working on an ASP.NET website which targets desktop browsers. We want to enable an optional mobile view (e.g. http://m.sample.com) which will offer a few simple pages which will be mostly text. ...
11
votes
7answers
867 views

For a .net developer, what's the learning curve to get into mobile development?

For a .net developer, what's the learning curve to get into mobile development? How many different operating systems are there that run .net? Is windows mobile that same as windows ce?
10
votes
3answers
641 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 ...
10
votes
6answers
915 views

Avoid memory fragmentation when allocating lots of arrays in Java

I am developing an application in Java that runs on Windows Mobile devices. In order to achieve this we have been using the Esmertec JBed JVM, which is not perfect but we are stuck with it for now. ...
10
votes
5answers
14k views

meta “viewport” device-width: Wrong width small on Opera Mobile 9.7 (10 works)

For my current mobile web project I use the meta "viewport" tag to instruct the mobile browser to use a scale of 1:1 with the devices' width: <meta name="viewport" content="initial-scale=1.0, ...
10
votes
8answers
9k views

SQLite vs. SQLCE vs. ? in a Mobile Application

When developing a mobile application on Windows Mobile, what are some of the database choices you've made? Why did you make that choice? In particular we've got a mobile app that we're building which ...
10
votes
14answers
15k views

UI Components for Windows Mobile Applications (.NET Compact Framework)

Applications which run on mobile devices have special user interface requirements. I think Apple did a great job introducing innovative controls on the iPhone/iPod touch platform. Now, I have to ...
10
votes
7answers
9k views

Deploy a Desktop Shortcut to a Device running Windows CE 4.2 (VS2005)

I have an application written using VS2005 in C# targeting the Compact Framework 2.0 SP2. As part of the solution, I have CAB deploy project which deploys to the device without a problem. What I can't ...
10
votes
8answers
2k views

Getting started with windows mobile development

I have a personal pet project I'd like to start on, targeted at windows mobile 6. I've never done win mobile dev and would like to know what resources are out there, good tools to use, perhaps a jump ...
8
votes
2answers
324 views

Memory mapped file std::allocator implementation freezes WM6 device

I have a Visual Studio 2008 C++ project for Windows Mobile 6.x where I need more memory than is available to me in the 32MB process slot. So, I'm looking at using memory mapped files. I've created a ...
8
votes
2answers
361 views

How to rebuild .net CF application and deploy in windows mobile emulator using command-line

Is there a ways to rebuild a c# .net CF application and deploy it in windows mobile emulator from the command-line? This is required to create a bat file for automation. I have taken a look at ...
8
votes
3answers
782 views

How can I implement a Wizard form a Windows Mobile application?

I am a bit new to Windows Mobile (with C# and the compact framework) development, so I am kind of unsure how to do this. The user has to go through several pages of information in a wizard-like ...
8
votes
4answers
5k views

GPS library for .NET compact framework

I'm thinking of writing simple application for Windows Mobile devices, where user could simply enter destination coordinates, and the app would calculate distance and show direction to the ...
8
votes
3answers
5k views

How do I force a serial port write method to wait for the line to clear before sending its data?

Here's some background on what I'm trying to do: Open a serial port from a mobile device to a Bluetooth printer. Send an EPL/2 form to the Bluetooth printer, so that it understands how to treat the ...
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
2answers
258 views

What is the development experience for Windows Embedded Handheld?

With the release of Windows Phone 7 almost upon us, I was wondering if anyone had details of the other successor to Windows Mobile - Windows Embedded Handheld? The roadmap had release in the 2nd half ...
7
votes
5answers
973 views

Why does Microsoft and Apple ban GPLv3, and when would I fall into the same situation?

I just came across this article that mentions both Microsoft and Apple have banned all GPLv3 based code from their mobile "app store"-related sites. ...
7
votes
2answers
1k views

Updates to .NET Compact Framework in 2010?

This question (http://stackoverflow.com/questions/245566/net-compact-framework-4-0) asked this back before the release of VS 2010. The answer basically said to wait for the release. Now that the ...
7
votes
5answers
3k views

Milliseconds in DateTime.Now on .NET Compact Framework always zero?

i want to have a time stamp for logs on a Windows Mobile project. The accuracy must be in the range a hundred milliseconds at least. However my call to DateTime.Now returns a DateTime object with the ...
7
votes
5answers
363 views

Is it worth waiting a couple of milliseconds on a TextChanged event?

I have a textfield for a filter customers action on a mobile device. I am wondering if I should wait for a few milliseconds before launching my code when the user typed in less then 3 chars, and only ...
7
votes
1answer
133 views

Deploying OpenGL Applications on Windows Mobile

What is involved with deploying OpenGL applications on a Windows Mobile device? Obviously we can't assume that all the devices have existing OpenGL drivers. Are there any best practices? Would it ...
7
votes
3answers
6k views

Mobile version of views for Ruby on Rails

I'm after some validation that I'm doing the right thing. I have my Ruby on Rails application in the following structure: /home    about.rhtml    index.rhtml /display ...
7
votes
8answers
12k views

Windows Mobile Cab Setup to detect .NET CF 3.5 and Install It

I have developed windows mobile 6 professional application using targeted framework as .NET CF 3.5 and professional 6 SDK. Also created its SmartDeviceCab file. When I install it on device not having ...
7
votes
4answers
1k views

How do i know if a thread is suspended under Windows CE

Can I get a threads suspend count under Windows CE, using C or Visual C++, without calling resume or suspend functions? The only way I can see of doing it is something like int Count = ...
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
9answers
2k views

Has anyone used (or considered using) Sql Server Compact Edition?

I've been preparing to deliver a presentation on SQL Server Compact Edition 3.5 (SP1 - recently released) and I was wondering if anyone had designed (or contemplated designing) a system with SQL ...
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 ...
7
votes
8answers
1k views

Compact Framework - Is there an MVC framework/library available?

I've found an article on this subject by a Microsoft employee, but has anyone implemented a more robust framework for this? Is there a lightweight framework for WinForms that could be ported easily? ...
6
votes
1answer
111 views

Windows Mobile - Attach on call starting and recording a call

I need to implement a small feature in my project for windows mobile 6.0+ platform. I want to attach to an event when a phone call is answered and to record the 2 way call. I saw this question: ...
6
votes
2answers
75 views

framework for chatting functionality that supports all mobile platforms and .net web application

our application is web integrated with mobile application. develop web application in .net and mobile applications in iphone,android,blackberry,windows mobiles. Now my requirement is i need to ...
6
votes
1answer
350 views

How do you format an SD card using the Storage Manager API via Windows Mobile 6

Background: I'm trying to create a utility that will allow our customers to easily format an SD card (actually mini-SD) directly on a Windows Mobile 6 device (Intermec CK3). This would be preferred ...
6
votes
1answer
98 views

How to select multiple rows at a time in Custom Data grid in windows mobile 6.0? [closed]

Possible Duplicate: How To Select Multiple Check Boxes in Custom Data Grid in Windows Mobile 6.0? i am using custom Data Grid For binding the data in windows mobile 6.0.in that How to ...
6
votes
1answer
410 views

how to put checkboxes in datagrid in windows mobile 6 using c#?

how to put checkboxes in datagrid in windows mobile 6 using c#? dataset dsAgent=table; DataTable dataTable = dsAgent.Tables[0]; DataGridTableStyle tableStyle = new DataGridTableStyle(); ...
6
votes
3answers
451 views

Marketing Resources for Mobile App Developers? [closed]

Okay, Okay. I know this is a developer site. BUT, and I think the moderators and fellow responders would agree: developers these days are usually also the people that market their product. Especially ...
6
votes
2answers
1k views

Array as DataSource of a DataGrid: how to customize columns?

In my Windows Mobile .NET application I have a simple array of object with the data I want to display in my DataGrid. To do this, I simply call: myDataGrid.DataSource = myArray; This works, but I ...
6
votes
4answers
2k views

Best way to manage network state in Windows Mobile

I have a .NET Compact Framework 3.5 program that is used as a 'Occasionally Connected' line of business (LOB) application. If it can see an online webservice, it will use that for data access, but if ...
6
votes
4answers
3k views

C++ or C# to program mobile barcode device?

I will be developing some applications using mobile barcode scanners and need to choose between C++ and C# for coding on the scanners. I am considering Intermec's CK31 or similar for the combination ...
6
votes
1answer
269 views

How to fill the screen with video preview on Windows Mobile

I am creating an application for video capturing on Windows Mobile device. In the MainFrame there are menu and status window (custom window). The video size width:height ratio is 4:3 so in the case ...
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 ...
6
votes
3answers
811 views

.NET compact framework and ActiveSync

Is there a way that my .NET CF app running on a Windows CE device can know when the device is docked/synced with the PC?
6
votes
2answers
3k views

Can ClickOnce deployment be used with windows mobile and compact frameworks?

Can I use the ClickOnce deployment method to deploy and auto update applications targeted for the windows mobile platform (eg smartphone or pocket pc)?
6
votes
1answer
3k views

.NET Compact Framework Printing libraries

Can anyone point to libraries that can be used for Printing from Compact .Net Framework 1.0? Criteria: I need to be able to print Text and Bar codes. The library should preferably be upgradable to ...
6
votes
2answers
1k views

Scheduling Windows Mobile apps to run

How do you schedule a Windows Mobile application to periodically start up to perform some background processing. For example, assume I'm writing an email client and want to check for email every ...
5
votes
1answer
111 views

Windows Mobile 6.5 build time (VS2008)

I have a small windows mobile app with roughly 25 forms and maybe 50 classes split into 3 projects. When I'm building the project it takes 25 to 40 minutes for a normal CTRL-SHIFT-B in debug mode. I ...
5
votes
1answer
415 views

how to refresh datagrid in windows mobile?

how to refresh datagrid in windows mobile? by using c#. how to clear to datagrid and re bind ? datagrid bind to table. it is not refreshing when i insert another row please give any solution for ...

1 2 3 4 5 50