I need to find if there are any unread SMS on a windows mobile 6 smartphone.
I know about message interception, but thats not what I need: I already know if I receive an sms, but now I need to know if there is an unread sms at some later point in time (which might not be, since the user might have read the sms by then).
My goal is to e...
On Windows Mobile 6, I want to play a system sound, the "received sms signal", to be exact.
Is there a way to play system sounds on windows mobile?
...
I am attempting to use the Clock CSP to set the system time zone on a Windows Mobile 6 Professional device (Opticon H-19A).
I am using the following XML:
<characteristic type="clock">
<parm name="TimeZone" value="35" />
<characteristic>
DMProcessConfigXML is returning E_FAIL and the XML output string matches the XML input string.
...
I am working with C# and Windows Mobile.
I want to make a LeftSoftKey press trigger the "submit" action on a web page currently viewed in a WebBrowser window. In the HTML form being viewed there is a single form with an entry.
Currently I can capture the left soft key keydown event. What I can not find is how to either invoke, or trig...
I'm now thinking in develop some Windows Mobile applications in a different language, then I choosed HTML and the other Web Languages, but:
It's possible to use Web languages to develop Windows Mobile applcations, as Adobe AIR in PCs?
Where can I get it?
...
Hi all,
I have made a small windows mobile application for hanging up calls from a specific number. I am using Tapi to manage my call.. but somehow my comparison does not work!!! When I compare numbers, the condition simply fails! here is my code
void callAction(Call call)
{
CallInformation ci = call.Info;
...
Hello,
I've already tried to develop languages using C and C++, but how can I create a interpreted language using C#? Thanks.
PS: I want to build it to run in Windows Mobile devices.
...
When I install the Windows Mobile 6 Standard SDK Refresh I get the error:
Not Installed: Visual Studio 2005 SP1 or Later
I have Visual Studio 2010 Professional Beta 2 installed.
Please can you tell me how I can resolve this?
...
I am working on an application which needs to divert phone calls to other cell phones programatically using the compact framework. These need to network or carrier redirects so that if the phones loose battery/etc the diverts will still function. I need to be able to enable and disable these call diverts easily and programatically with...
Hi,
I am new here and new to windows mobile development. But I have seen and experienced, for new developers having no trainers or experienced people around windows mobile development is like a hell shaking one. In complex topics you are going to find help from nowhere except you are lucky.
So my question is how should I gain expertise...
Is there a way to have a windows mobile app without a form?
I'm writing a small program which is intercepting SMS messages, but I don't want the program to pop up every time it receives a message (which it does right now).
any way to have the sms processed in the background instead of popping up the window?
...
How / where do I store settings in a windows mobile 6 application (targeting compact framework 3.5)?
Is there some mechanism like the properties.settings for desktop?
...
How do i access bookmarks ie favorites from Windows mobiles using C# or win32 APis.
...
I'm creating a windows mobile app, and on the settings page I want the user to be able to select an installed sound.
It should look and act just like every other settings dialog where a sound can be selected - is there a special API for this, or an example how to achieve this?
...
I have tried to implement progress reporting using a soap extension as described at the following links:
stackoverflow
codeproject
However, my "ProgressUpdate" method is not being called, and I believe that is because I haven't got an app.config file in my Windows Mobile project to tell the web service calls to be processed by the SOAP...
Hi
I want to make a database for my mobile 6 cellphone app. What I did was in visual studios I went to my project name and right clicked on it, went to add -> add new item -> data -> choose datafile.
It created a database file called "AppDatabase1.sdf"
Now I want to connect to my database but I don't know how what the connection strin...
I have a simple Windows Form application that is using the .net 3.5 compact framework.
I have a UserControl that I have created to show a Message to the user(I don't want to use the MessageBox as the close icon is too small)
How do I get my UserControl to show on top of all of the other Grids and controls? The UserControl is declared...
Hi
I want to have a couple images in my phone application. However I don't know where to store them. Like I add them to my VS project but of course the image path is the path on my harddrive.
So is like special folder in windows mobile where I store it. Like if I transfer my application to the phone I am going to have to stick this ima...
Hi,
i have small query, is there any modification is required in usage of Desktop c# application DLL in windows mobile?. i am getting problem like File or assembly name 'Interop.CDO, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null', or one of its dependencies, was not found..
i have source code of desktop DLL, i don't no what asse...
Hi all,
is CreateMHTMLBody supported in windows mobile?..
How to send the entire webapage as attachment to server in windows mobile either using c# or C++
...