windows-mobile

extending context menu in windows Mobile Contact

hi, i want to extend contact context menu in windows mobile. when a user right clicks on a contact with dial and other feature i want to extend and add my own item to execute my custom program or so. ...

How to emulate a windows mobile device that use Scanner (Symbol.Barcode) ?

Hi Is there any way to emulate a Barcode scaning? My application runs on a Motorola MC9090 Windows mobile device that have Scanner. I'm using Symbol.Barcode class to create my application in .net c#. thank's in advance ...

Render HTML table on Windows Mobile 6.0

I am trying to render a HTML table to display on Windows Mobile 6.0 device. I use Mobile Device Emulator to view the output. Here is my html, am I missing something? The table display each cell on it own row. <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapfo...

3GP playing on Windows Mobile

Developing a 3GP player for Windows Mobile...Playing 3GP content on AxWindowsMediaPlayer using any codec or library... Apart from this can we play the 3GP content on the default device windows player by calling some method... Any links any content towards this direction is really appreciated... Can we test all this on emulators or we req...

Trouble sending messages via MSMQ from a windowsmobile device

Hi, I am attempting to send a message using MSMQ from a mobile device to a remote private queue on a server. Whats happening? I do not experience any errors when the mobile code sends the message. If I look at the msmq folder on the mobile device it has indeed created a .oq (outbound queue) file for the remote that it is sending to. I...

Debugging windows mobile DLLs attached to binaries stored in device ROM

I'm currently working on a soft-input-panel for windows mobile and have run into a bit of a snag. The compiled DLL (once deployed) is loaded by devices.exe which is stored in the windows mobile device's ROM. This is causing quite a nightmare as Visual Studio 2008 refuses to see the devices.exe process (using attach to process) making it ...

Set image for windows mobile emulator camera

Hi I am busy developing a windows mobile application that is targeted at WM6 , one of the features i need to use is the camera. In the emulator i can test the camera fine but the image is always black(fades between black and white). I need a way to provide the emulator with a image that i have already taken. At the moment to test i have...

Sql ce 3.0 Database multiuser

Im trying to access a Sql CE 2005 database on a windows mobile device from two different applciations. From the information I found online it should work but when I open the second connection I get a file sharing violation error "There is a file sharing violation. A different process might be using the file. [ \\\Program Files\xx\DB....

DirectShow on Windows Mobile

Creating Media player using directShow... can any one give me light upon this topic... I have to develop the media player for playing 3GP files on Windows Mobile Platform... my language for development would be CSharp... can you please help in with anything in this direction... please. ...

Installation was unsuccessful

Hello, I create cab file.when i install on to my real device.i am getting this type of error.- installation was unsuccessful.The programme or setting cannot be installed because it doesnot have sufficent permissions. Could anyone help me????] thx in advance.... Regards Pankaj ...

Can't find PInvoke DLL 'sqlceme30.dll'

Hello, I am new in mobile deployment.I am working on standard mobile .I am getting this error when i deploy my application on real device. " Can't find PInvoke DLL 'sqlceme30.dll' ". could any one help me??? thx in advance.. Regards Pankaj Pareek ...

Is there an API for Mobile Messenger?

Do you know if there is an API to connect to the mobile messenger? I have a mobile application that needs to receive a callback when the contacts on the mobile messenger are online. I know that I can query the live messenger JSON interface but that will require me pulling this information (and draining the battery) but if mobile messeng...

Windows Mobile fails to uninstall

Testing my app on some WM Std 6.1 I found out that it fails to uninstall. I receive this error: “[app] was not completely removed. Do you want to remove it from the list of installed programs?" Checking my setup.dll I can tell that Uninstall_Init and Uninstall_Exit are being called each time but all the files stays (they are not locked...

How do you get Mobilink to synchronize tables so that the most recent updated table is not overwritten?

Here is the scenario. I have an Oracle consolidated database. I am using Mobilink to synchronize Oracle with a SqlAnywere database that is being used on a handheld. If userA changes a record in the remote DB on their handheld device to "updated first" and then 10 minutes later userB updates the same record on their handheld device to ...

intercept hyperlink of C# webbrowser

I have a webbrowser control in C#.NET CF. When the user clicks on a hyperlink, instead of attempting to navigate to the specified URL how would I instead display a fragment of html content stored in memory? I've tried the following //page doesnt refresh private void webBrowser_Navigating(object sender, WebBrowserNavigatingEventArgs e)...

Change target device from window mobile 5 to WM6 Proffessional Visual Studio 2008

Hello, VS 2008 I have developed a device application that runs on windows mobile 5. However, I am wondering if I can now change this and deploy my application using the mobile 6 as the targe device. In visual studio I click the run button and it pops up with only window mobile 5 devices to run on. I have also selected my project an...

The best way to return the results from server to mobile client

I'm creating a database application using ASP.NET and I want to make a Windows Mobile client. It should go like this - user opens the WM client, enters the text which he's looking for, the client then opens URL like Search.aspx?text=MyText and the WM client then says "Text Found" (if really found). And here's the problem. I don't know wh...

Open File handle limit on Windows Mobile

How can I find out the maximum number of file handles that can be open at once on a windows mobile device? I am running a native C++ application on a windows mobile proffesional emulator and there seems to be a limit of 39 open file handles (strange number I know), where any other files I open after that returning the error code 5 (ERRO...

Mobile Contexts for Information Retrieval

Hello, I work with contexts for a Mobile Wiki Software. Contexts are used to serve the right information for a specific situation out of large pool of information units. For example: When you are at the customer, the system checks your location and presents you location based information. Another example: You are at the customer and t...

set the png images on dark background??

Hello, i want to set png images on dark background like black. i am displaying my images in picture box.but it is n't working... could any one help me?? thx in advance.......... ...