windows-mobile

Windows Mobile 6 Version Compatibility

Does a CAB file that was developed with the Windows Mobile 6 SDK deploy and run on Windows Mobile 6.1 and 6.5? ...

Not allow user to manually launch an application

Hi, I need a way to prevent the user of a windows mobile based phone to launch my application exe file directly. I have the following scenario: My windows mobile application has two exe files, one has a shortcut in Applications Menu and the other must be hide for the user. What i want is to not allow the user to manually execute my hid...

Vector Graphics on Windows Mobile

I have to make an application that runs on both Windows (XP/Vista) and Windows Mobile. The graphics interface must be scalable (for different resolutions) and the controls must be custom (like the ones usually found on music apps). SVG was my instant choice but the lack of support on Windows Mobile pretty much kill my time budget. I've t...

Nonclosing close button in Windows Mobile ( developed with Qt)

Whenever I set maximized the Windows Mobile applications by code that I developed with Qt , their titlebar disappear and there remains only Windows Mobile's default Title Bar. However, whenever I click on that X button, Application won't get closed; instead it keeps running behind. After a few Google searches, I realized that this is...

Recommendation for a C/C++ HTTP client library for Windows Mobile 6 ?

I'm trying to port a win32 application to Windows Mobile 6 / 6.1 / 6.5. It uses winhttp which doesn't appear to be available on the mobile platforms. My initial thought was to replace it with WinInet - but I wondered if anyone had a better idea? ...

in Windows mobile, how to identify key or screen press ?

Hi in Windows mobile, how to identify key press or screen press ? in any screen of my program and in any time, even if i not in any textbox focus ? thank's in advance ...

Windows Mobile: using phone's camera with C#

Hello! I want to show the image that mobile phone's camera its taking on a control in a WinForm. The idea is that my application works like camera's program. I want to show the image like if the user is going to take a photo. How can I do that? Can I do that? If you need more details ask me. Thank you! ...

How do you resize a Bitmap under .NET CF 2.0

I have a Bitmap that I want to enlarge programatically to ~1.5x or 2x to its original size. Is there an easy way to do that under .NET CF 2.0? ...

Can I use the Windows Mobile 6 SDK to develop Windows Mobile 5 Applications

I would like to develop applications for a scanner running Windows Mobile 5. The MSDN site says to download the latest SDK (the Windows Mobile 6 Professional SDK). Will this work or should I download an earlier SDK for Windows Mobile 5? ...

how to close Form4 and get into Form1 in Windows mobile ?

Hi I have Windows mobile program that has 4 Forms, Form1 -> Form2 ->Form3 -> Form4 If I stay in Form4 and I want to go Back to Form1, How I can Do it ? thank's ...

HP iPAQ 514 Development with Visual Studio 2005

Hello! I can't connect Visual Studio 2005 to HP iPAQ 514. It was a gift to renew my MSDN Subscription. I can connect prefectly with Active Sync. I use Windows XP SP3. How can I connect to device with Visual Studio 2005? It said that I need a development certificate. Thank you! ...

HW-accelerated MP3 decoding in Windows Mobile-s

I have found some native C# libraries decoding MP3-s. I tried one and it did work fine on PC. But when I deployed it on my relatively new and powerful WinMo phone, it could not decode the mp3 files with the speed required for playing them. It was starving on CPU. I expect that most of our recent phones contain HW accelerated MP3 decodin...

what mobile platform should I start learning?

What mobile platform should I start learning? What matters is: ease popularity of platform low cost of SDK and actual handheld other criteria... ...

Windows Mobile: dealing with screen orientation and resolution

Hello! I want to deveplop an app for Windows Mobile 5.0 and above that can detect screen resolution and orientation. This part is easy, I know how to do it. The other part, reallocate controls process, is more difficult for me (not very difficult). I wonder if there is a design pattern or a design guideline about how to do this process...

Windows Mobile device incompatibilities - need suggestions for how to approach testing

I have a user who runs my application on a Samsung BlackJack with WM 6.1. He reports issues, like labels not appearing on forms, that I cannot reproduce on any of the emulators or the device that I am developing with (T-Mobile Shadow and WM 6.0). What are my options to reproduce and identify issues like that, without getting any offend...

Resources for converting C++ CLI with .net 2.0 to C# with .net compact framework

Does anybody know of any useful resources for porting a C++/CLI application written in VS2005 with .net framework 2.0 to a mobile device with .net 2.0 compact and C#? Windows Mobile doesn't support C++ CLI, so we may need to rewrite some of our applications. Through the searching I've done, everything seems to talk about porting from reg...

Windows mobile device with credit card swipe and printer?

We're looking to produce a custopm application for a client written in .Net. The application will have a basic inventory and the user will sell an item, swipe the customer's credit card and take the payment. Is there a device that runs Windows Mobile and has a Credit Card swipe facility and a Printer in one? If not any recommendations...

How to Load Picture to PictureBox in Windows mobile ?

Hi How I can Load Picture to PictureBox in Windows mobile ? there isn't somthing like "PictureBox1.Image.Load (......." ??? thank's ...

Windows CE internals, TEB (Thread Environment Block)

Hello everybody, I'm not sure if it's a good place to ask such a question. I'm trying to port some low level library (dbghelp) to wince and I need access to some api that aren't available on wince. I need to access TEB (Thread Environment Block). There are a couple of API's available on PC that do that, but there is no such thing on WinC...

Windows Mobile 6 intermitent connection problem NOPATHTODESTINATION

On a Windows Mobile 6 device we are trying to open an internet connection. This usually works but sometimes we get a return code of 0x80004005 with a status of CONNMGR_STATUS_NOPATHTODESTINATION. When this happens it will keep happening but if you launch IE on the device, it will connect and then our call to ConnMgrEstablishConnectionS...