I have sample code (for deal with scanner in Motorola HC700)
the problem is that i can run this program only on Debug mode
if I try to run on Release mode, I get this error:
The type or namespace name 'Mot' could not be found (are you missing a using directive or an assembly reference?)
thanks in advance
...
I have a Windows mobile project an have added a small sqlite database to it.
I have set the "Copy to Output Directory" on the db file to "Copy Always".
But how do I get the database to be deployed with the project?
...
Hi,
I am a c# devoloper and new to windows mobile Devolopment.
Now I have to develop an application on Windows mobile 6.0 sdk.So I am learning this from Microsoft’s site.
Now my doubt is..
a) what all the commercial mobile devices supports an application developed in windows mobile sdk? or what are the real devices where mobile appl...
Hello... I am writing my first windows ce app. I am using an xml file (app.Config) to store state data... basically user preferences on the last location (connection string) that the person was using before closing the app. I am having trouble understanding what is happening on deploy. It looks like it is copying my xml file to the de...
What is the best/most reliable way of detecting if a PC has Microsoft ActiveSync installed? My PC program uses RAPI to get files off of the device and if it isn't installed there is an error that RAPI.dll cannot be found.
...
I'm trying to track down some bugs on a Windows Mobile 5.0 app. The testers can reproduce these bugs no problem, but I can't. They are using the devices across a wireless network, but I'm always running the app in an emulator, or on the actual device while it's in its cradle. In other words I always have a hard-wired connection.
I'm ...
hi
How I can reset my C# program ?
I want that my program will start again
in Windows mobile
thank's in advance
...
Hello,
I am developing an application for a window mobile 6 using Visual Studio C# 2008 SP1.
However, the design of the application is very plain using the standard windows controls.
The application I am making is a phone that will be installed on WM6, so I am looking for controls that I can drag on to the form that resemble something...
I am trying to creating a bounding box for a windows mobile device application.I honestly have no idea where to start looking. I am currently using the CameraCaptureDialog Class to capture images , do i need to override the class to implement this ?
...
Is there a ready-to-use API (C / C++) in Windows Mobile ecosystem that I could use to generate a GUID? I am looking for simple one-shot API to do this. If there is a need to write a whole algorithm or use some extra 3rd-party modules, I will do away without this.
Background. To display notification to the user I use SHNotificationAdd, w...
I have a Windows Mobile 5 application that uses OpenGL ES 1.1. It works on Windows Mobile phones (5, 6 and 6.1), but I can't seem to get it working in the emulator.
I've tried downloading Vincent (SW OpenGL ES library) and placing its DLL with my application, but that didn't work. Any suggestions?
EDIT: The problem only happens when I ...
I am trying to run a simple SQLITE application on Windows Mobile developed with Qt. However I can't manage it, though I have developed other Windows Mobile apps with Qt. The fundamental error is Mobile Device/Emulator can't find SQLITE driver, as I get "Driver not found" error and the following code snippet proves it as well:
#include <...
How I can read Serial number from a Windows mobile and WinCE mobile device using C#?
...
I'm having problems trying to adjust the width of a column of a datagrid. I used the answer posted here, but I can't solve it.
I'm using a List of objects as a datasource. In this simple example, I have just created a smart device application, and just added a datagrid. Then my code is this one:
public Form1()
{
...
Hi,
I am developing a mobile application, in C#, with the .NET Compact Framework 3.5.
It needs to store the state in memory, i.e., if the application crashes, the application has to reboot into the state before the crash.
All business logic has to be stored too, as well as the forms.
I would like to know if there is an easy way to mana...
I am pretty new to WinMo development. I managed to write my first app, debug it via the emulators but I failed to run the debug session on my physical phone.
I connected my phone to the development PC via ActiveSync, but that alone did not make my phone show up on the list among the selectable emulators. Is there anything I need to do be...
Does anyone know how to develop a Today Plugin for the new Today screen on Windows Mobile 6.5? Like the Titanium Weather Plugin?
...
I begin to program some handheld program as hobby, right now i currently have knowledge on Blackberry App (Java), Symbian S60 (PyS60) and J2ME
Something that i wanna learn was Windows Mobile/Pocket PC and iPhone development, but since i don't use Mac so i step to Windows Mobile/Pocket PC development
Here some question:
1. Which is bett...
i am using listview while developing windows mobile 5.0 application. When items are added at the end it shows vertical as well as horizontal scrollbar. How can remove horizontal scrollbar?
...
I have a Windows Mobile 6 Professional native project that runs ok on Win Mobile devices. Now I need a version that runs on Windows Embedded CE 6.0 RC2. What is the best path for this conversion? Can I just change few project settings / add new platform with configuration manager OR I have to start with new smart device project and impor...