windows-mobile

How to reject a call without delay in ring on windows mobile?

Hello, I am trying to write a code to reject the incoming call programatically on windows mobile 6. my requirement is to achieve this without a single ring. I tried using systemstate property but it gives deley of one ring. I even tried with OpenNETCF's tapi wrapper but still i am getting the same result. Can anybody tell me what act...

internet connection with motorola Q9H

Hello, I have motorola Q9H.I could not set my mobile to use internet connection and i could not set my motorola q9h to access my internet connection. For you knowledge my phone operation system version is Windows Mobile (r) 6 Standard CE OS 5.2.1.1809 (Build 18322.0.6.1) Radio Version Modem4_U_40.03.05R could any one help me???...

Is there an alternative to ITScriptNet

Is there anyone developing mobile industrial/enterprise/ERP/Inventory type applications who really loves their development tools and can reccommend an alternative to ITScriptNet? I've recently used ITScriptNet Omni to develop a mobile application on HHP (Honeywell) Dolphin mobile scanner with Windows CE. Prior to that, we developed from...

Text-to-Speech library for Windows Mobile

Are there any free text-to-speech libraries available for Windows Mobile? Preferably with a C# (.net CF) API. Edit: It basically needs to be able to read from 0.001 to 999 and a few words like “kilometers, minutes, behind, ahead” Sample phrases: “1 minute 30 seconds behind” “3.45 kilometers left” I have no need for more advanced s...

WM5 HTML control problem with edit field navigation

My Windows Mobile app uses an HTML control in one of its views, and whenever that view displays a page with an edit field in it, once the keyboard focus reaches that control, it gets stuck. If there are links above or below the control, the up and down navigational buttons don't take you to them. Instead, they act like the left and right...

How do I get '&' to show up as text in a MenuItem

I want to have a MenuItem with the Text property set to "Tom & Jerry" but, as you all know, the '&' before a character tells Windows that the next character is the keyboard shortcut. So how does one escape the '&' to show up as text in the MenuItem? ...

MessageInterceptor doesn't kick in second time with window mobile application

Hello, I'm trying to have an auto message reply in Windows Mobile. I'm using MessageInterceptor class which seems to work first time. But it doesn't seems to work for seconds message! not sure if I have to have infinite loop. I don't have a whole lot of experience with Windows Mobile development so please suggest best way. using System...

How can I modify the Daylight Saving Time of my timezone on Windows Mobile?

My phone, running Windows Mobile 6, has suddenly decided to drop an hour every time I hook it up to my PC. I tried playing with the timezone settings in the Control Panel, to no avail. I've come to the conclusion the heart of the problem is in the Daylight Saving configuration of my timezone. I could not find any utilities to let me ed...

Windows Mobile - saving user data across application sessions

Hi I am creating an application where the user needs to log in to access data. I would like to save the user credentials when they first login and give a "Remember Me" option. Is there any class/interface implementation which I can use in my WinMo application in order to be able to do this? Or is SQL the only option available? Thanks....

Directly accessing the modem in Windows Mobile

For some reasons I need to be able to access the internal modem of a Windows Mobile smartphone (a HTC s740 with WM version 6.1). What I want is to be able to access it like it was a serial port in order to give AT-commands. I have code that uses the TAPI Line interface and lineGetID() to get a "handle" on which I shuld be able to do Rea...

Bogus TimeoutException reading .NETCF SerialPort

EDIT: Was a hardware problem.....getting a duplicate device or cable seemed to solve the problem. Hello, I am pulling my hair out trying to read a large quantity of data (~1MB) from a serial port in .NETCF. I'm reading a dump of GPS data, but I am randomly receiving a TimeoutException on the call to m_serial.Read(..) There is defini...

Using Windows Mobile List View in LargeIcon mode

How can I use the ListView in Windows Mobile in LargeIcon mode so that I cab Display My Thumbnails in them... ...

Developing a Windows Mobile Component for displaying Thumbnails

I require to develop this Windows Mobile Control for displaying thumbnails in a List So that the user go and select an Image... Any article code snippet is really Appreciated... ...

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? ...

Windows Mobile Scrolling UI

I want to develop a scrolling UI for Windows Mobile... Can anyone please help with any refrence material ...

How do I get total GPRS usage in KBs on a Windows Mobile Device?

Anyone knows how to do this programmatically? I looked at the registry keys but I couldn't find anything. I don't know maybe I missed it. Under the registry key HKLM/Software/Microsoft/shell/cumulativecalltimers/line_0/ there are the values "OutgoingDataPhoneLifeTime" and "OutgoingDataPhoneLifeTimeNumCalls"; but these don't seem to be w...

Are there any Windows Mobile client/server file synchronization APIs?

MS has a good file/directory sync framework called Windows.Synchronization.Files, but it is not available for Mobile! Does anyone know what the standard way is of getting this functionality on Windows Mobile? I know ActiveSync allows you to transfer and sync files, but so far I haven't been able to find the API that they use for this. Is...

How to connect a 3G USB dongle with Windows Mobile 6 emulator?

I have a real 3G USB dongle which shows several Serial ports. I want to map one of the Serial ports of the Windows Mobile emulator serial ports to the real device, to test a custom RIL implementation. First, is this scenario possible? I have tried to modify HKEY_LOCAL_MACHINE\Software\Microsoft\RIL\ComPort on the WM emulator, to set up...

How to replace or customize Windows Mobile's lock screen?

Hello, How do I replace or customize standard Windows Mobile 6.1 lock screen to show my window with my program functionality? Thanks. ...

Corrupted Qt Widgets on Windows Mobile

I am about to suggest Qt to mobile company that I am working . However, It turns out that Qt widgets, built for Desktop Applications, won't run on Windows Mobile 6.0 that well. They either unproportionally squeezed on the screen or extend it such that half of the application isn't seen. Here are the some screen shots: Application Windo...