windows-mobile

Pocket IE onmousedown onmousemove onmouseup ?

Hello all, I have a control which I wrote for capturing signatures on a web page, by using onmousedown, onmousemove and onmouseup on a div to track the mouse, and capture points comprising a signature. Now we need this to work on Windows Mobile 6.5 powered devices... but it seems that the div element does not support the mouse events i...

TAPI lineGetAddressID() fails with LINEERR_INVALADDRESS

I have a windows mobile 6 application using TAPI 2.0. lineGetAddressID() is needed to get the address identifier used by several calls in the telephone api, but I can't get it to work. I have tried the following to no avail: HLINE line; // valid handle from lineOpen(); DWORD addr_id = 0; result = ::lineGetAddressID( line, &addr_id, LIN...

How to include only BOOST smart pointer codes into a project?

What are best practices to include boost smart pointer library only without adding all boost libraries into the project? I only want boost smart pointer library in my project and I don't want to check in/commit 200 MB source codes (boost 1.42.0) into my project repository just for that. What more, my windows mobile project itself doesn'...

Windows Mobile and Properties.Settings.Default

I'm starting on work on my first Windows Mobile 6.5 app in C#, and I'd like to use something similar to the Properties.Settings.Default functionality in standard .Net. Is there an equivalent in Windows Mobile 6.5? ...

Silverlight on Windows Mobile?

Is it possible to develop Silverlight apps to run on Windows Mobile (pre-WP7) devices? I see all around searching on the web - in articles from 2008 and 2009 - that they were adding Silverlight support in WinMo 6.1, for example: Internet Explorer Mobile The new version of Internet Explorer Mobile adds the ability to easily view fu...

Accessing WinMo6 GPS through Pocket IE

Hello, Does anyone know if it is possible to access the GPS on a Windows Mobile device through Pocked Internet Explorer, similar to how you do it on a blackberry and iphone (javascript)? If so, how do you do it? Thanks ...

"Insufficient permission" error while installing C# 3rd party application to WM Smartphone

Hi, I am trying to install C# 3rd party application to Wm Smartphone.But i am getting insufficient permission Error.May i plz know wat exactly the problem is? Thanks in advance ...

boost smart pointers and BOOST_NO_MEMBER_TEMPLATES

After some struggling I managed to get boost smart pointers to build for Windows CE/Mobile at warning level 4. I found the least-resistance-way to get rid of compile errors and warnings to be #define BOOST_NO_MEMBER_TEMPLATES What does it actually mean? Did I sell my soul to the devil? Will all hell break loose when I actually use th...

How to refresh to entire device's screen (Windows Mobile)?

Hi everybody, I'm working on a simple application that draws an alpha-blended picture on the screen's Device Context every 2 secs, I want to refresh the screen contents before the drawing operation (To erase the drawn pic), I have used many many trick but unfortunately, the screen won't refresh correctly, some regions still keep portio...

Running directx SDK samples on a Windows Mobile 6.1 device

I tried to run the directx samples from ..\Windows Mobile 6 SDK\Samples\PocketPC\CPP\win32\directx\d3dm\tutorials on a Samsung Omnia and on the emulator and it doesn't work because of a deployment error. I am using Microsoft Visual Studio 2008 and have installed Windows Mobile SDK Standard and Professional refresh. The device is correctl...

Windows mobile phone for business application - or design way out of scrolling problem

We have a business application written for Windows mobile. It has people doing inventories. The fastest way to do this is to keep one hand on the product being counted and the other on the phone. The five-way lets you hit enter to accept the current correct inventory (the norm) or to move one left to remove one. This is very fast. ...

how to start a smartdevice application minimized in c#

I made a smart device application in c# and I want to run it at startup (I know how to do that) but the problem is that I can't make my application to run minimized (hidden) on the first time. I've tried this.Hide() and this.Visible = false and also used ShowWindow API with SW_HIDE(6) but non of them worked. It seems it's impossible to...

Zoom a given image and save the same using C# in windows mobile Application

Hi Can anyone guide me to zoom the image and save the same using C# in windows mobile application ...

Downloading Image to PDA

Hi I am downlaoding image from server to pda device..the image is saving but the file type is showing as File instead of bitmap file(i am saving the file with .bmp extention). My code works fine with the application i run in my system but this does not work with PDA..I doubt should i change some settings in PDA because it is working ...

PROPSHEETHEADER and PSH_PIVOT to get the horizontal pivot scroll?

Windows Mobile 6.5.3 has a "touch friendlier" pivot at the top of the screen instead of tabs at the bottom. In the docs for PROPSHEETHEADER, the dwFlag value PSH_PIVOT is documented: PSH_PIVOT Applies to Windows Mobile 6.5.3 Replaces dialog box tabs with a simple pivot (horizontal spinner). It's supposed to bed define...

What device manufacturers have their own Java ME API's

I know that BlackBerry and Nokia provide their own API's that go above and beyond what is specified in MIDP, CLDC, or any of the JSRs for Java ME. I am looking at a few other platforms for Java ME development and needed to know: Do Windows Mobile, LG, Samsung, ZTE, or Huawei provide their own API's for Java ME development? Edit: It i...

windows mobile 6.5 Gestures and DirectDraw

I'm trying to build a UI using directdraw in c#. For this im using a DirectDrawWrapper as sugested here. My initial tests setting up the screen work perfectly. But now i'd like to incorporate gesture recognition into the UI. So i instantiate a GestureRecognizer and tie it to the _form which also gets passed to the DirectDrawGraphics c...

how to protect my WinCE & WinMobile programs ?

hi i'am looking for any idea to protect my programs (Windows-CE and Windows-mobile) from duplicate on another terminal. is there any free tool for this ? or how i can do it in C# code ? thank's in advance ...

how to create a custom message filter in c#

Yesterday I asked a question about starting an application hidden on windows mobile : See Here According to ctacke's answer I want to create my own message pump to prevent Application.Run method to show the form, but I don't know how to do that. It would be OK if you can show me an example on how to create a custom message pump in c# or...

[WM6-HTC] get GSM neighbors cells info

Hello experts, I always wonder if there's any way that we can get the informations (id, phone signal strength, bcch ...) from all the surround cells in Windows mobile 6 (with C#/C++ on my HTC touch HD). With RIL, we can only extract the info of current cell, but not the neighbors. I'm inspired by this thread: forum.xda-developers.com/s...