windows-mobile

Cursor position on Windows mobile

Hi there Is it possible to change the position of the cursor in a windows mobile app? I wanted the show Cursor.WaitCursor icon but not in the middle of the screen as default. I want to move it to a corner or something like that. Any idea? ...

What is Missing in my code here.. how to achive d same?

Code: [DllImport("AYGShell.dll")] static extern Int32 SHFullScreen(IntPtr hwndRequester, UInt32 dwState); public const UInt32 SHFS_SHOWSIPBUTTON = 0x0004; public const UInt32 SHFS_HIDESIPBUTTON = 0x0008; public Form1() { InitializeComponent(); } private void OnPaint(object sender, PaintEventArg...

Help! Sending HTML e-mail via C# - Windows Mobile Outlook reads it as gibberish

I have a script that sends an e-mail as both plain text and HTML, and it works fine for most e-mail readers including Outlook and Gmail. However, when reading the message on a Windows Mobile smartphone, the output is: PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDMuMiBGaW5hbC8vRU4i Pg0KPEhUTUw+DQo8SEVBRD4NCiAgICA8TUVUQSBIVFRQ...

Problem with WCF service and Windows Mobile

Hello! I have a very simple wcf service. And a simple windows mobile client. I have two Windows 2008 servers. One is my development pc. The other is placed in our dmz. If I deploy my application to my development pcs, IIS, and open a port all the way in(Just for test). It works. But if I copy the service on to the dmz server, it d...

Help needed for using WindowsMediaPlayerClass on Windows Mobile device - volume issue

Hi, I am using WindowsMediaPlayerClass() instance to play an audio file within my application. This audio file is mono audio. Some people complained that - when they play the same audio file via windows media player - the sound is clear and loud; but when they play it using my application that uses WindowsMediaPlayerClass() instance with...

Getting out of memory exception when loading high resolution image with IImagingFactory

I am trying to load high resolution image(like 3264x2448). For that I am using IImageFactory class in C#. IImageFactory is downloaded from the Microsoft site. If I try to load the high resolution image I am getting “out of memory” exception. Have a look at the below sample: IImage GetIImage(string fileName) { Bitmap bitmap = null; Gra...

How to place 90X90 icon

Hi, i am creating .cab file installer for windows mobile application, problem is i need to keep the 90X90 .png image as icon for application. as per the link i tried to load the icon,step am following are 1) writing the icon path to registry 2) then loading the icon... i followed the step mentioned above link, but the problem is i...

How to fake "Multitouch" for Windows Mobile?

Hi, Here's the idea: I have two panels that have MouseDown events. The idea I had was to have a timer that would enable and disable the panels alternatively every tenth of a second. I was hoping that the MouseDown event would be caught by one panel and then I could read the e.X and e.Y of the event, and then the MouseDown event would ...

go back to the first form in windows mobile application

Hi all, i am developing an application in which i have a logout option at all the forms. When i click that button I have to return to login form which is the first form to be displayed . So i am able to track back to the first from by making a new object of this from by the way this idea is bad to implement because the other froms are ...

how to play videos in windows mobile by windows media player in full screen mode

hii, I am developing an application which plays video from the server. I want to know how to play videos in windows mobile by windows media player in full screen mode. The situation is serious because windows media player also shows the url playing which contains the infromation about the internal security of server, so it is highly u...

Get the Process ID by its name in win32 windows mobile

Hi, how to get the process ID and handle of a process by its name in win32(windows-mobile). i mean if i pass the process name i should get id.. how to do this.. Thanks in advance. ...

Windows Mobile - Serial Port Communcations

I have never done a program where I had to do the communication over a serial port. I am trying to do it now to allow Bluetooth communication via 2 devices and am getting nowhere. I have a Application on the devices (called Bluetooth Explorer) that allows me to do serial communication and it will be sent over Bluetooth, using the Stone...

Touch friendly GUI in Windows Mobile

I'm porting an audio processing application written in C++ from Windows to Windows Mobile (version 5+). Basically what I need to port is the GUI. The application is quite complicated and the GUI will need to be able to offer a lot of functionality. I would like to create a touch friendly user interface that also looks good. Which basical...

Windows Mobile: Is there any library to build attractive interfaces?

Hello! I'm looking for libraries to build attractive interfaces. Someone told me about Fluid (http://fluid.codeplex.com/) but it's very difficult to use. Anyone knows others? My project is for Compact Framework 2.0 SP2, C#, and it's going to use in Windows Mobile 5.0 and above. Thank you! ...

c# windows mobile device information

Hi! I have googled and searched after this topic, but could not find any good answer. How can i get the imei for the phone, or at least a unique id. I am also interested in finding the phonenumber through the simcard. Right now im using the systemstate to get the owner's phonenumber, but that is only set if the owner has set it himself ...

c# how to determine if a smartphone is a standard or professional device?

Hi! I have used the SystemState.PhoneRadioPresent to determine if the device is a standard or professional, but isn't that just for determine if it is a pocketpc or a smartphone. I have a smartphone with no touchscreen or mouse, and i have two GUI's. One that handles mobile devices with touchscreen or mouse, and the other one which hand...

c# windows mobile Text messaging

Hi! I have mad an application for windows mobile which can do different mobile functions with the numbers the application has. Anyway. I want to start the Text message application and send a phonenumber as an argument. I have only found this: SmsMessage sms = new SmsMessage(); sms.Body = "This is a message"; ...

c# windows mobile standard - Back button won't close the app

The background of the app is still there when i push the back button. Does anyone know what i can do, to prevent this? If i use Application.Exit(), it works. thanks in advance love stackoverflow :) ...

how to add files to the project namespace in visual studio?

hi all, i am having a problem in adding the image files to project namespace. I'm trying to do this like........ Step 1:Going to add existing item menu. Step 2:Then browsing to the file that i want to add and simply adding it. But when I'm trying to read this file by this method------- Assembly myAssembly = Assembly.GetExecutingAsse...

Access contact list to use e-mail address?

hi, i have no idea of how to access the contact list of the windows mobile programmatically to use the email addresses. i want to show the the email of contact list only and when user selects one of them email value is retrieved in a string . please help me. regards, Madhup ...