windows-mobile

Oscilloscope api for compact framework

Few days ago I where searching for human interface for mobile devices. but all bluetooth devices are pretty messy and hard to implement. Question are: "Is there open source, or free library for making Oscilloscope on WinMobile platform. As my interface is not going to be human, I will try to make some kind of buzzer which is going to ...

Compact framework voice recognize API or library

So far my research telling me that there is no free library for voice recognize. Is this still a case, (because all post I found is old few years). Is there sample app, or anything that I can start with If I want to make my WinMobile C# app be able to recognize Voice from input. ...

MC9090-G Hand Held scanner - > Windows CE OS Not loading Images on Intranet website

Hi , I am built an intranet application to be used by MC9090-G hand held scanner , it has Windows CE OS and I am using IE to view the website ,it does not load any images on the , I did check the internet options and settings and also made sure that Show Pictures option is enabled. And also when I try to view this website on my PC it I...

how to open .vol archives

I have read that you can only read vol archives through windows mobile. How can I do it? I have my lost contacts in this archive, and I don't know how to manage. This archive is in memory card (pda HTC Touch Hd, wm 6.1) and I have it also in my PC (windows xp). THANKS A LOT ...

How to remove Windows Mobile Lock screen

I have for the few past days struggled with Windows Mobile 6.5 auto lock screen that pops up when you press the power button, to re-enter and use the phone. Finally I did find this register tweak: Add following register DWORD value and restart: HKEY_CURRENT_USER\ControlPanel\Keybd Name: DeviceLockWhenSuspend Value: 0 Type...

Windows Mobile 6.0

Hi,i am trying to debug my application and i have used the following code... but whenever i try to debug the application i get the above error.... Error 1 Deployment and/or registration failed with error: 0x8973190e. Error writing file '\Windows\NETCFv35.wm.ARMV4I.cab'. Error 0x80070070: There is not enough space on the dis...

Don't Play SMS Ring if I delete the New SMS in C# netcf

Hi at all! My problem begin when i HangUp a call before answer. 2 italian operators, Wind and Vodafone, in this case, send a SMS from the contact that call with some text like "I call you at 12 am" So, when i intercept a new SMS by SystemState.MessagingSmsUnread>0, i check if the Sender of last message is the number of the call that i ...

How to hide form header when switching between forms on Winmobile 6.5

Hello. I have two simple forms designed in maximized view. when switching between them (showing second and hiding first), the second form first shows its header for some miliseconds. Than the header dissapears. How to avoid showing the header? Thanks. ...

How to create Windows Mobile 6.5.x finger friendly stock controls?

I'm developing a Windows Mobile application in C# using .NET Compact Framework 3.5. My target version of WM is 6.5.x. It was my impression that Microsoft has updated the stock controls in this release of the OS to be more finger friendly (larger fonts, greater space between rows in listboxes, etc.) but when I create, for example, a ListB...

Libjpeg error - improper call in state 205

Hi everyone, I'm using libjpeg (C/C++ programming on Windows Mobile 6.5), in order to decode images from an IP camera (sent in a MJPEG stream), before pushing them into a DirectShow graph. Until now, I've been using a single function for : receiving the stream, parsing it manually (in order to find JPEG data starting- and end-point), d...

Profile Memory useage for my Windows Mobile Application

Is there a tool that allows me to profile the memory usage for my Windows Mobile Application. My app has a section of code that is right up against the limit of the total memory. I have tried to setup my code so that the references to large objects go out of scope before new references are needed. But I need a way to see if it is work...

WP7 silverlight custom control using popup

Hi guys, I'm creating a custom datepicker, I have a textbox, once clicked it opens a calendar within a popup. What I want to do is change the size of the popup so it shows my whole calendar, but I can't manage to change it..., I've tried using Height, Width, MinHeight, MinWidth... but it doesn't work, the popup keep showing with a fixed...

The current display adapter does not meet the emulator requirements to run XNA Framework applications.

hi * I create a Windows Phone Game (4.0) application in Visual Studio 2010 and Win7. My application build successfully but when run it, throw an error that says: "The current display adapter does not meet the emulator requirements to run XNA Framework applications." What should I do, to remove this error? ...

Can phone apps detect what phones around them are running the same app?

I would like a cell phone app to be able to determine how many cell phones around it are running the same app. I'm not sure what direction to start researching (API's,concepts) to understand how my phone would figure out what other phones are running the same app in a specific distance. ...

Difference between windows mobile SDK and DTK

Why there are two different toolkit provided by windows mobile? ...

Javascript maturity on Blackberry, Android, Windows Phone 7 and iPhone

What is the state of maturity of javascript on these platforms? Is safe write a prototype app and trust that it'll work on all of these devices without headaches? ...

what command should I use to see the ip address of WinCE os?The ipconfig does not work

the same with the title ...

what should i use instead of Directory.SetCurrentDirecory?

Hi, i have a multi environment program that runs on windows ce machines, regular pc and windows mobile. I am using a database and files. because of the windows CE i need to use the Directory.GetCurrentDirectory() func before the file use and then reset the current directory (using the Directory.SetCurrentDirectory() func) back to the old...

How to Play .WAV in .Net Compact Framework (Datalogic Memor) Windows CE 5.0?

I have a Data logic Memor with Windows CE 5.0 on my Applications i used only Message Box and Color Changing Labels for My Validation and Error Handling. Now my problem is that i need to play .wav file on validation so even users do not need to look on screen every time they used the Scanner. I tried this link http://msdn.microsoft.co...

Windows Mobile Application structure recommendations

I need to create Solution Architechure for Windows Mobile and have following queries: My application is like a service that will start in phone startup and that should run in background and have no UI (this is not a problem). I am using third party dlls (with source code) in my project. Does windows mobile have any problem of loading dl...