windows-mobile

Better way to deploy to Windows Mobile Device

I have been working on a Windows Mobile app for a little while now (havnt done much work with mobile before) and i have been having a problem when deploying to my mobile, at the moment i can only run the application once then if i want to run it again i have to do a soft reset. Maybe im deploying wrong? (pretty sure i am actually, im pr...

Windows Mobile - allow email entry in TextBox

Hi I have added a textbox to my WinMo app's form and I want to get an email address as the input. Right now if I type @, it just takes in the input as 'a' instead of the @ sign. How do I allow the @ character in the textbox? I am using Windows Mobile Professional SDK and testing on the Smartphone Emulator. Thanks ...

How do I set a ListViewSubItem BackColor in Windows Mobile?

I'd like to change the BackgroundColor of a ListViewSubItem in a ListView in Windows Mobile. I'm using the Compact Framework ListView, whose ListViewItems only allow setting the BackColor on the entire row, which I don't want. I have two questions: Is this possible? If this is possible, I know I have to P/Invoke to get this to work (...

Dial an IVR and send a DTMF string in windows mobile 6

Hello, I am new in moblie developmnet.in that application :- Application Should be able to dial an IVR and send a DTMF string 2. The DTMF string will either be 2a) A Phone number 2b) A string code like 210236661201# 3. Option to divert the phone 3a) When a phone number is entered, dial the IVR and send 21[phoneNumber]# could any one ...

Calling authenticated web service from windows mobile app - need access to cookie container

Hi, I'm writing a Windows mobile client that needs to call a web service. The web service has a login method that returns a session id in a cookie. I've written a quick test app using normal winforms and I can access the web service cookiecontainer property without any problem In my windows mobile project (C# .net 2.0 targeting window...

Where does _CrtDbgReportW ouput in Windows Mobile?

I am using ASSERTE macro to check for pre-conditions. According to its definition it is using ASSERT_BASE, which in turn calls _CrtDbgReportW to print out the message. Where does _CrtDbgReportW output goes to? I would assume that if the application is started from debugger, it would go to debugger window. Where would the messages go if ...

Windows Mobile 6 CPU architectures?

Does windows Mobile 6 run on multiple processor architectures? Or is it just ARM generation X? I'm asking because I want to know whether I can compile a native binary program for it and be sure that it runs on all Windows Mobile 6 devices. ...

How do I view the data in a SqlCE database on a device from visual studio?

I'm debugging an app on a Windows Mobile device and want to view the data in the SqlCE database on the device. I was told to copy the SDF file from the device onto my dev box, but is there an easier way to do it through visual studio without copying anything over? I'm using Visual Studio 2005, Compact Framework V2 and Windows Mobile 5. ...

Retrieve phone number Windows Mobile

Correct me if Im wrong. Not all operators implement the feature that lets you retrieve the phone number connected to the SIM card. So Im curios about if there is someone with experience regarding this issue on Windows Mobile (primary version 6.0/6.1) ...

How to work with sqlCE in PPC Emulator ?

Hi How I can work with sqlCE (sdf Files) in PPC (windows mobile) Emulator ? (The Visual studio 2008 emulator) thank's in advance ...

Advice on writing Video Player for Windows Mobile

I wanted to develop a video player for Windows mobile using C#; can anyone direct me in correct direction to look for all the help I would be requiring in this topic. Please send me links and your comments in this direction. Thank you in advance. ...

events for picturebox in standard windows mobile 6

Hello, I am new in windows mobile development.How to redirect to another page.when i click on picture box in standard windows mobile 6. There is no click event for standard windows mobile 6.it's is not a touch screen mobile. could any one help me ? Added-If main screen 9 icon/picturebox.then how to go from one icon to an...

How can I use OpenStreetMap in my Compact Framework App?

Hello, does anyone know, how I can use OpenStreetMap inside my Compact Framework Application? Is there a Framework or something like that? All I can find in their Wiki is how to contribute to their Project and to user their Software to Map data. But I want to use their maps to show the users Location inside my own App. I could not find ...

Can you develop Windows Mobile applications on OS X?

Is it possible to develop an application for a Windows Mobile device, on Mac OS X? This question mostly due to this answer, criticising Apple for only releasing the iPhone developer tools for the Mac platform.. I'm simply curious if this is possible or not, hopefully an Apple-vs-Microsoft argument can be avoided! There are similar ques...

Ensuring Windows Mobile application is not running - From a desktop app

Hello, I have a windows mobile 5.0 application (smartphone) that contains a flat data file (CSV), which contains a header row (two doubles), and a list of entries (two doubles, DateTime, and a string). Occasionally, I need to "sync" the mobile application with a desktop application. The desktop application should read the CSV from the...

How to add images as subitems in ListView?

Hello! I am currently working on a standard windows mobile application .It is reqired that we use a ListView , but with images in the sub items. We need a List View with 3 coulumns and three rows . i want to show 9 icons on form. How to add images as subitems in ListView? I can use picture box but i don't have any event to navigate ...

Handle navigate from one icon to another icon.?

Hello! I am currently working on a standard windows mobile application .I am creating 3 columns and three rows. i want to show 9 icons on form. But which event is used to handle navigate from one icon to another icon.? Thanx ...

Best way to handle data within windows mobile 6 program

Hey guys, I am making a small project for myself that deals with gps and some other cool stuff on WM6 in C#. I am just wondering, is it better to read from a file when you need to access the data or is it better to just read the whole file into the program and deal with it then? Mainly, I am talking about locations that I will save with...

Is it possible to run PPC on emulator that use Scanner (Barcode) ?

Hi I have PPC (Windows mobile) that have Scanner, and in my program I use this scanner with dll. when I try to run this program on emulator it wont work. Is there any way to solve this problem ? thank's in advance ...

how to make conference call in windows Mobile....

hi, could anyone please guide me how to make a conference call from netcf... in Windows Mobile like i have three numbers and i want to dail them for a conference call... ...