windows-mobile

How do you prevent the SIP from ever showing in Windows Mobile 6.5

We have a full screen app in WM6.5, and when a message box pops up, about 1/2 a second later, so does the sip panel. Is there a way to prevent it from popping up. Right now we have a timer that hides it, but this is a hack, and we'd like a better solution. Any ideas? ...

Windows Phone Developer Tools RTW -Final?

Is the "Windows Phone Developer Tools RTW" a final version? RTW? Release to Web? Does this mean that it is a non final release or does it mean that it is only being released to the web? I am thinking that this is a pre-release version. http://www.microsoft.com/downloads/en/details.aspx?FamilyID=04704acf-a63a-4f97-952c-8b51b34b00ce&a...

How to add a WM5 target to a WM6 project?

My project does not use any WM6-specific APIs, so I want to make it compatible with WM5. However, I see no way of adding another target. I read that it should be as simple as right-clicking on my project and choosing "Change target platform", but the option is not there. ...

click on map control makes a crash

hi all, I need your help :-) I'm developping a windows phone 7 application. In this application, I have a Pivot Control. In this Pivot Control, I've PivotItem (of course ^^). In one of those pivot item I have a map control. So here is the hierarchy in XAML : <Grid x:Name="LayoutRoot" Background="Transparent"> <!--Pivot Control-...

How to know that my application is running in Background or Foreground?

I am making Windows Mobile 6.5 Application using C sharp. In the application, I am opening the default browser in a case. When I open the browser, the application is still runing in background. But I wish that the application is not runing and when the user returns to the application, the application is runing again. So, I should know...

How to automatic newline in windows mobile with c#

i want to add text to a image,because the text is too length,so i need check the text.width > image.width,if yes,i need automatic newline.also i need check the text.height > image.height,if yes i need other image to draw text.i also drawed text on image. public int makePictrue(string address, string pictrueAddress, string[] str, int[...

How to intercept touch taps and moves in windows mobile 6?

How to intercept touch taps and moves in windows mobile 6? ...

windows mobile 6.1 bar code problem with .Net compact 3.5 application

We have a .Net compact 3.5 application running on windows mobile 6.1 platform. We run it on Intermec CN50 PDA. Today we encountered a weird problem. The bar code functionality stops working after we logged in our application for no reason. Even weirder, the bar code functionality will stop working with ALL other apps after this even aft...