Hi!
I have some PDAs (windows mobile) to test my application. One of them is HTC Touch Dual, and it have some bugs in debugging. There is another ARMv6 device I can use, but it's far far away. So I can't use USB cable, but can use TCP/IP (internet, not intranet).
Do you know, how can I connect to remote windows mobile device to debug a...
I've a small query. I want to develop
a mobile application in JavaFX. How do
I recognise the mobile's key? Is there
any key constants for recognising
them?
...
Hi,
i want to get the running process in .net compact framework windows mobile..
i want to kill the running process.. but i know process.GetProcessesByName() function
is present in desktop, but for mobile its not supported i think so..
please let me know how to kill the presently running process in c# windows mobile.
Thanks
...
Hi,,
i have an app runnig in my win-mobile.. it has assosiated with many DLL's.
if i install app in storage card, all DLL and .exe comes to storage card only..
my requirement is if i take out storage card app should quit..
i am using c# .net 3.5 CF for development.
i will get notification tat storage card removed..but if i do KILL ...
Hi,
We have an app running on Windows Mobile 5 and every so often, usually after a power cycle, we get a pop-up notification about a new modem being detected.
We basically need to disable this notification, which we believe we can do by modifying the registry on the device under the following key:
HKCU\ControlPanel\Notifications\
Fo...
Hi,
I maintain a c# compact framework application and have had 2 cases in 2 days where the a caught exception had a unexpected string in the Message. Both times due to a different exception type being thrown. In the following code the socket exception is caught, but the message shown relates to something else.
//method1
try
{
...
I am developing an application to run on a PDA.
The PDA is running on Windows CE 5.0 and has a barcode scanner integrated.
I am using Framework 3.5 VB.Net 2008 smart device project to develop my application.
Now, my question is about opening the barcode scanner to read scanned barcodes into my PDA application.
I used system.io.ports ...
hi
how i can fill collection from database and connect this collection to ComboBox ?
thank's in advance
...
I need to change (lower) the camera exposure from inside a program.
The documented API I found (DirectShow) don't seem to work.
Any help is appreciated.
...
Hi there,
I'm developing for Windows Mobile 5.0 and have come across a little issue with my app. I'm using the win32 api to schedule a process to run periodically. This is thanks to the code posted at http://www.codeproject.com/KB/mobile/WiMoPower1.aspx (call to CeRunAppAtTime)
The problem I've got however is that if I'm scheduling a p...
Hi all,
I am looking to write a contact synchronisation application for windows mobile and google contacts. I am developing against the Windows Mobile 6 platform for the time being and using the PocketOutlook managed classes and C#.
An initial problem I have come up with whilst doing some research is the fact that the contacts do not ...
I want to access the directory structure on a Windows Mobile device from a DOS prompt so I can automated the deletion of certain directories and files on the mobile device.
Is such a thing possible?
Thanks in advance.
...
Hi,
can any one tell me, how to load the highresolution images in windows mobile using c#.
i am getting outofmemoryexception for that.
...
Are there any good .net Compact Framework reference implementations (w/ source) out there that demonstrate good practices for developing on WM-enabled devices?
My main area of concern and uncertainty is with Data Access. ORMs seem out of the question (do they even exist? are they feasible on resource-constrained environments?) and the ...
I am planning to develop a game for all of the mobile platform and have pretty much zeroed down on the concepts of the game. but the only issue I'm facing as of now is that I have no idea what would be the best libraries + 3d Engine to us to achieve the best results on the hardware on some of the upcoming mobiles. I'm talking about the i...
How would I go about obtaining the GPS cordinates in a windows mobile application? The sample app that comes with the SDK doesnt seem to work. I also have the wm 6.5 SDK which I heard had GPS stuff but I cant find it. Let me know if you have any good examples.
...
Good day Sir, Im working on a project using a windows mobile PDA to Monitor ECG heart waves and vital signs from bluetooth devices on a patient.
Im trying to decide which bluetooth SDK to use to simplify and setup searching and connecting to these bluetooth devices. One such device is a mini USB heart monitoring device. Im using C# as i...
I have this linked list containing hashed values of a set images. I am plan to run a simplistic but a very quick sort for the same and so far I am stuck with just two of them, merge sort and quick sort.
My quick sort implementation seems to have gone haywire and is taking a painstakingly long 15 seconds (approx.) to sort out over 10 im...
I want to use an AES 256-bit web service with a Windows Mobile 6.1 application (.netcf 3.5).
I can't seem to find an answer ANYWHERE as to what types of encryption the SSL/TLS stack on the .net compact framework supports. Maybe I'm just being blind...
Please help! Going crazy!
...
I've never developing anything for mobile platforms yet. But now I need an app, that can perform basic read/write/update operations with contact list.
It should work in Symbian and WinMobile, but it's normal if we have 2 different applications (but if it's possible then I prefer to make only one). In first version it's not even necessa...