windows-mobile

.NET Compact Framework - Displaying Silverlight Websites

Hello, I'm building a Windows Mobile application, based on WM 6.5 Professional SDK. I need to display a website created with Silverlight, but standard WebBrowser Control doesn't seem to support Silverlight. Is there any other way, to display Silverlight websites? Any other controls? Thanks in advance for any help, MattheW ...

copy file from windows mobile to xp through shared folder in wi-fi network c#

Hi, I have : 1.pc with xp pro (sp3) 2.samsung omnia with windows mobile 6.1 3.wi-fi network in the xp i have shared folder. is there way in csharp programming to copy from/to the shared directory using wi-fi ? the important thing is : -the c# program will run in the device hope im clear. thanks. ...

.Net Application to capture image from pda camera

I need a .net application to interact with pda's camera so that with save button (in my application) i can save in sql server, with zoom button(in my application) i can zoom the image. ...

which is the standard screen resolution for windows mobile?

I am developing the smart device application. There are different screen resolution for different window mobile devices. I want to know that which is the standard screen resolution for windows mobile? ...

Windows Mobile / Directdraw: Rotate video stream

Follow up from: http://stackoverflow.com/questions/2289637/windows-mobile-directdraw-display-video-stream-take-picture I managed to preview the camera's video stream, but the image is rotated by 90° to landscape mode. I'm now searching for a way to rotate the camera image back to normal, but the problem is I don't even know where to sta...

How to detect user inactivity in my app (windows mobile, c#)

We need to record how much time a user may spend in a set of forms. The main challenge is to detect if the user is interacting with the app. So far, I've found this link (http://blog.opennetcf.com/ctacke/2009/05/19/DetectingApplicationIdle.aspx) provided an idea solution but our company is very conservative on open source/3rd party libra...

Detect and prevent/delay windows mobile power off.

I have a window mobile application which needs to detect power off and perform some operation before the device shuts down. I have been able to detect that the device is shutting down using pinvoke to the RequestPowerNotifications win32 api. However I can not figure out how to block the power off for long enough to run my code. ...

Overlay Surface

Dear All What is overlay surface? I have to work currently on overlay surface and for which i should know the concept of overlay surface? As i have to wrok on converting YUV444->RGB888 Thanks in advance ...

Windows Mobile - detecting when power off button is pressed

Is there an easy way to get notified when user presses Power Off button on it's Windows Mobile device? Using C# of course. Thanks! ...

Image capture of Windows mobile 5.0 camera using C# winform

I am trying to build an application to capture image from Windows mobile 5.0. With Capture button, Zoom button and save button. Please let me know if there is any reference Thanks in advance. ...

Windows Mobile Screen rotation

Hi all, I have an app that is currently being built for a windows mobile 6 device and a CE5 device. The screens on these devices are different - one is landscape the other is portrait. I need to display the app correctly on both devices. but was wondering what is the best way to approach this ? 1) Should i find screen orientation from...

Windows mobile native exception C#/C++

I have a windows mobile solution which contains two projects. One written in C# and another in C++ (unmaneged code that compiles into a dll). The part written in C# invokes some C++ functions from dll to connect to a server. If I open my application and I connect to the server everything works ok. If I minimize it , or if I open anothe...

Change the folder that is created in program file for my app.

I have a WM insataller that gerates a CAB. Almost everything is peachy there, but it creates a folder for my app that I would like to change. Right now it makes: \Program Files\fooorbar I could like to change it to: \Program Files\FooOrBar P.S. If you think of a better title for this question let me know. ...

[DirectDraw] Problem with bliting YUV surface onto the primary surface in Window Mobile

I'm trying to blit YUV hardware surface to the primary surface in WinMobile. Everything works: creation of the surfaces, I test that the passed FourCC code is actually used by querying the surface description, I set puffer pointer (correctly, according to lPitch and width/height of the surface). I verified that it all works properly on P...

WM5 device using alternate number when connecting using modem connection

Hello, WM5 Symbol MC70 device I am trying to find out settings for modem connection so to make it try to dial one number first and if it is not successfull try to dial other number, something like alternates in windows xp connections. My problem is that i need to connect to ISP but some devices can use internal and some external dial(ex...

How to make a win32 text box scroll like an iPhone

I'm making a program in win32 for the Windows Mobile platform (testing on WM6.1). Most of the main window consists of a single text box, and I would like to use my finger to scroll it instead of selecting the text. How would I go about doing that? ...

type or namespace InterpolationMode not found

Hi I have a .net application and now i am trying to build it to mobile application but i am getting an error as "type or namespace InterpolationMode not found" but i have included all references using System.Drawing; using System.Drawing.Drawing2D; using System.Drawing.Imaging...

Windows Mobile development: C++ or C# -- which one is better? why?

While doing Windows Mobile development, which language should I use? C# or C++ or something else? Why one is better than others? ...

Zoom Image in Windows mobile 5.0

Hi I am trying to write code in C# to zoom the image captured in the windows mobile 5.0 camera... Please let me know any reference Thanks in Advance ...

From windows mobile how to send a C# object to a http stream

Scenario: Windows Mobile C# Compact framework 2.0 or 3.5 Protobuf object I need to send an object to a http url (Post). Afterward I will wait for a response and receive a modified version of the object back. Any input on how to connect to a http stream and passing in a serialized object? ...