windows-mobile

Anyone know how to repaint another image? C# windows mobile device to samsung omnia

private void pictBoxUp_Click(object sender, EventArgs e) { label1.Text = "Up"; pictBoxUp.Image=System.Drawing.Bitmap( "how do i select path for another image in my desktop"); } these are the codes i'm testing around ...

Why is this simple Mobile Form not closed when using the player

Hi, I created this simple sample Form with the close button. Everything is working as expected when NOT using the Interop.WMPLib.dll I've seen other applications using this without problems but why isn't the Form process closed when I just add the line: SoundPlayer myPlayer = new SoundPlayer(); and of course dispose it: if (myPlay...

Forcing Windows Mobile 6 application to run in landscape mode

Hi everyone, I am writing an application for Windows Mobile 6.1, and I would like the application always run on landscape mode, regardless of the screen rotation. Does anyone have any idea? Thanks :) ...

need signature sample on Windows-Mobile (paint)

hi need signature sample on Windows-Mobile (paint) how to draw on Windows-Mobile on screen - and save the Picture ? can i get sample code (C#) ? thank's in advance ...

When using SQL Compact on Windows Mobile, do you store the sdf file on a storage card?

Having had some Sql Compact db corruption issues in the past and gone through the article on these, I got the idea that storing the database sdf file on a storage card significantly increases the risk of data loss due to db corruption. Do you store the sdf file on a storage card? Have you had any issues caused by it? What should I pay ...

Retrieving Windows Mobile browser history

How can I retrieve a list of urls a user has visited on a Windows Mobile phone? I've written a program that successfully retrieves the visited urls in a user's cache, using FindFirstUrlCacheEntry and FindNextUrlCacheEntry - but as I understand it this is not the same as the user's actual web history. In any case it does not seem to give...

Does windows mobile broadcase a WM_CLOSE message?

I've heard that Windows Mobile will broadcast a WM_CLOSE message to all inactive (?) windows if system memory falls below a certain threshold. I think I'm seeing this occur with my app too. But I cannot find any documentation to confirm this. Anyone know about this? Or know where I can find doc on it? Thanks for any help. ...

samsung api how to call.

does anyone knws how do i call it? public struct SmiAccelerometerVector { public float x; public float y; public float z; } i want to get the x,y,z values and paste it into a label. ...

How to start developing for Samsung Omnia II

How should i start to develop for omnia 2? I have poor knowledge in c# and asp.net. ...

How can I rebuild / reorganize my indexes on Sql Compact 3.5 SP1 ?

I have a large (40 Mo) SDF database. Some queries are very long, but can become quick after some time. I would like to try to tidy up my indexes but I only find information for SQL Server and not for SQL CE. ...

Getting the PC value in ARM assembly

I have a Windows Mobile 6 ARMV4I project where I would like to get the value of the program counter. The function is declared like this: extern "C" unsigned __int32 GetPC(); My assembly code looks like this: GetPC FUNCTION EXPORT GetPC ldr r0, [r15] ; load the PC value in to r0 mov pc, lr ; return the value of r0...

Why does VS2010 always break on exception from MethodInfo.Invoke?

I have a try/catch around a MethodInfo.Invoke(o,null), and VS2010 is set to never break on Exceptions, but unfortunately the debugger continues to break inside the Invoked method. The method is static, and I've got the Phone Developer Beta installed. Is this a bug or developer error? Thx!! ...

Play audio url on windows mobile

I'm going to write a function to play a mp3 file from an URL on Windows Mobile 6.0 without downloading all the stream to mobile. I read some documentation and faced some problem that. Using NAudio.dll : The dll is not compatible for Windows Mobile Using DirectShowLib.dll : have not found way to get from audio stream. Is i...

Stopping Windows Mobile 6.5 tab reordering

I have a C++ Visual Studio 2008 Windows Mobile 6.5 application that uses a tab control. I've noticed that depending on how careful you are with the stylus, when using the tab control you can accidentally re-order the tabs. It's difficult to do deliberately, but it's very easy to do when you're not trying. I assume this is a new "feature"...

VB.net for handheld device

Hi, I want to develop an application in VB.net for handheld device(Ticket machine in Bus and train).Is it possible to develop in Vb net. Whether i need windows OS in my handheld device or any runtime environment only needed. My hardware is ARM processor. I want to run my application as standalone in my machine. ...

C# dll as an ActiveX control to access GPS data in Windows Mobile 6.1 IE

Is it possible using VS2008 and C# to create a class library which can be treated as an ActiveX control on a Windows Mobile 6/6.1 device? I am looking to retrieve the positioning details from a device so I can post the current location on a google map. I have this all working nicely as a application but I need to expose the same functio...

Prepare email with attachement ready to be sent on Windows Mobile (C#)

Hi, I have an application that can display some contact information and I want to offer the possibility to export a contact by sending an email with the contact data in an attached vCard file. The user should get a pre-composed email with the attached vCard file that opens in the default email client so that he can then choose the recip...

Creating vCard file in .NET Compact Framework (C#)

Hi, Is there a built-in way to create vCard files in the .NET Compact Framework? If not, what is a good library for this? I have found this one which after some adaptations would seems to be able to do the job on the Compact Framework: http://thoughtproject.com/Libraries/vCard/index.htm But I'm not sure if there is not a build-in or m...

Cannot use WCF service from windows mobile 5: no endpoint found.

Hi All, I'm trying to figure out how to call a WCF service from a windows smart phone. I have a very simple smartphone console app, which does nothing but launch and make 1 call to the service. The service simply returns a string. I am able to instantiate the proxy class but when i call the method it throws an exception: There wa...

Mobile development recommendation

I want to start develop mobile applications and sell it. There are many mobile platforms for which I can begin develop: Windows Mobile , Android, Iphone, Linux based Devices. I want to find out from people who has such experience which platform more comfortable and more profitible for me to use. ...