I have a windows mobile app developed using the .NET CF 3.5. I'd like to allow only numbers to be entered in a particular text box when it has focus... I.e. programmatically press the FN key so the user can simply type the numbers on the keypad w/o having to hold the FN key.
...
I have a Windows mobile 4.0 application, written using EVC++ 4.0 SP4 with MFC, that is exhibiting a random occasional crash in the field. e.g. Exception ox800000002 at 00112584. It does not happen under various emulators and simulators, hence is very difficult to trace using a debugger. The crash throws up and address and exception t...
Hello everyone,
I would like to know if there is any managed or unmanaged library for accesing microphone properties in windows mobile. I want to collect real-time info from the microphone: decibels, tone and so on...
Any idea? Any .dll for that in windows mobile?
Thanks in advance.
...
Hello,
I am working on windows mobile 6.I want to send email but i don't how to configure emulator for send email.Somewhere gives that for send email we have to synchronize with exchange server.But i don't know how to configure.
I am using this code:-
OutlookSession session = new OutlookSession();
Em...
Hi, looking at some of the MS Surface demos they use a HTC mobile phone running windows to interact with the surface (access the phones memory and download the images from it and display using the scatter view).
My question is how were they communicating with the phone?
would it have been using bluetooth or wireless connection?
Is it ...
I tryed to write my first Windows Mobile application, and I have used the following sample to create my custom Today plugin.
To write dynamic text into today the following code is used:
case WM_PAINT:
PAINTSTRUCT ps;
RECT rcWindBounds;
RECT rcMyBounds;
HDC hDC;
HFONT hFontOld;
TCHAR ...
My company is looking into using automated GUI testing for our current app before proceeding to alpha. Our current main focus is robustness testing, one way we want to achieve this is automated UI testing that can be repeated over several hours/days.
For our desktop version we've decided on AutomationElement, and I've seen several free...
I have here a Windows Mobile-based PDA (Mobile Compia M3 Sky) equipped with a barcode scanner. This barcode scanner works by reading the data from the scanner into the Clipboard and then simulating a Paste on whatever application is currently running.
The problem is, when you're using Terminal Services from the device and you scan a bar...
I'm trying to remote an SWT GUI (Eclipse RCP) from a Linux or Windows box onto a Windows Mobile handheld device. So far I've tried:
RDP: Windows Terminal Services. xrdp server on the Linux box. This works, but we have issues with the clipboard and pasting punctuation (i.e. on the PDA, which has a barcode scanner that copies the barcode...
I'm writing a windows mobile application which will be running on a PDA, not a smartphone. It will also be used in an area with spotty wifi reception, so I need to be able to sync the data on the application when it is connected to another computer. What APIs or frameworks should I look into to perform this? I've looked at RDA and Syn...
I'm having a difficult time coming up with finding the right hooks and making the calls at the right time to gracefully handle changing screen rotation on a mobile device when rendering the screen using DirectDraw surface.
I know at some point I need to call Restore() and RestoreAllSurfaces() but these don't appear to be working.
I als...
Hi..
does any one please tell me how to use double-buffer in windows-mobile listview
Thanks
Grabi8
...
What tools You're using ? I don't mean the text editor, but tools, libraries, debuggers, emulators and so on...
...
Hi..
I have a transparent rectangle on a picture box,if i click next,the next image comes and transparent rectangle is drawn.The problem is flickering,while moving from one image to another image,the transparent rectangle flickers.please help me how to get rid of this problem.i want to eliminate flicker,please help.
Thanks
...
I'm currently writing a wrapper library for windows mobile in C/C++. I have to implement and export the following functions:
void start_scanning();
int wait_for_scanning_result();
void stop_scanning();
start_scanning() is called to start the scanning process. wait_for_scanning_result() will wait until a result is available and return ...
Need help to get Pocket IE configured to execute javascript in WebBrowser Control from a VB app. Get message that security settings for Pocket IE do not authorize scripts. Is it possible to configure Pocket IE on .NET CF 2.0 to execute client side scripts? Thanks in advance and happy coding.
...
We will write WCF service for our windows mobile client. Although we have the experience in WCF development, we know there are some difference when developing wcf for mobile.
Can you tell me where I can find the difference. Thank you.
...
Hi,
I am using Listview,the View selected is largeicon mode. The problem i am facing is selection.using the arrow-keys i am able to navigate only in the first row(suppose i have 3 images in a row,if i press right arrow key,it will move till the end of row and again it will comeback to the first image of the same row)But the expected beh...
Hi!,
I am using windows mobile device, i want to know how to get notification if the storage card is removed from the device.I have DLL it has all the imported methods which send messages if the card is added or removed, but this case works fine if the DLL is in the device memory.If the application is installed in storage card, then DLL...
How to identify the file has been created completely in c#..
Which command do we need to use to see that the file has been created completely.. some large file takes time to create completely how to identify them..
Thanks
...