| Thread | Last Post | Replies |
|
| Any idea how to drop an incoming call? | 08 Feb 2008 15:47 GMT | 2 |
Does anyone have an idea how to automatically drop an incoming call? Imports Microsoft.WindowsMobile.Status Public Class Form1 Dim WithEvents FromHowIGetPhoneCalls As New
|
| Printing from Pocket IE | 08 Feb 2008 15:43 GMT | 1 |
Given a customer with an exsiting system that uses Pocket IE through a web interface, where would I even begin to figure out how to print to a printer connected to the handheld unit's serial port? The existing system was not written by us, nor is modifying it currently an option ...
|
| Did CF3.5 run om WM2003SE ? | 07 Feb 2008 23:15 GMT | 20 |
happy new Year, Yes, this is the question: Did CF3.5 run om WM2003SE ? thanks for competent answers
|
| Setting up Symbol/windows mobile app callling web service-advice needed | 07 Feb 2008 21:50 GMT | 2 |
I've done some pocketpc stuff on ipaq. At my new job we have Symbol mc9000 running windows mobile. My aim is to run an app that displays and collects data and also updates data. Bascially data going to and coming from the data base through web services.
|
| Browse Device files from desktop application | 07 Feb 2008 21:39 GMT | 5 |
I have a desktop application developed in .NET and I need to browse Mobile Device Folders from my desktop application. I tried using FolderBrowserDialog, but it doesn't go beyond mobile device. Any Help!!!!
|
| Force pixel doubling with .Net CF 2.0 | 07 Feb 2008 21:36 GMT | 1 |
Is it possible to force a .Net CF 2.0 application to act in this legacy mode (like the default of .Net 1.0)? I prefer to use a pseudo 320*240 screen instead of rescaling the graphics.
|
| I Need OpenNETCF.SDF.wce4.armv4.CAB | 07 Feb 2008 03:48 GMT | 2 |
I just installed a dictionary program (freeware) onto my Cingular 8525 (HTC Hermes) and it comes up saying it needs the installation of OpenNETCF.SDF.wce4.armv4.CAB to run properly. I've look everywhere and can't find it. I've tried installing other
|
| Application interaction with another application/service/Background thread | 06 Feb 2008 15:19 GMT | 3 |
I have a project which is a device application (Windows Mobile 6 - Smartphone). In this application i will download some xml(catalog) files from the sever and update the ui and database once in 24hrs. This download,updation of ui and updation of database(sql server ce)
|
| C# Image Array in Exception | 06 Feb 2008 14:08 GMT | 3 |
I need to do an animation of several run-time generated drawings. The drawings are approximately 200x400 I'm trying to do it in this manner, however I keep getting OutOFMemoryException's when I try to create the images with the "new Bitmap" call. I don't think that these images ...
|
| Marshalling C++ ANSI char* | 06 Feb 2008 09:27 GMT | 3 |
How can I marshal C# strings to C++ ANSI char* and vice versa? For example, I am dealing with the following C++ struct. /** * WPS_SimpleAuthentication is used to identify
|
| PInvokeLibrary Sample Problem | 06 Feb 2008 06:41 GMT | 2 |
I am working on a Windows Mobile 6 Classic device with VS2005, c#. I want to monitor the audio input for a loud noise. I have got the PInvokeLibrary sample to show me how to capture audio input but it doesn't seem to work 100%.
|
| MeasureString gets it wrong for italics | 06 Feb 2008 00:40 GMT | 14 |
Graphics.MeasureString ignores the FontStyle.Italic attribute. How do you center an italic string? Normally: int strWidth = (int) grfx.MeasureString (str, font).Width;
|
| Oracle Server connection from Windows ce | 05 Feb 2008 12:56 GMT | 3 |
I friends, I have a problem about windows ce mobile device and windows xp oracle server comp. connection. I develop project with visual .net 2003 c# smart device application. using System.Data.OracleClient;
|
| Search of a software | 05 Feb 2008 11:39 GMT | 1 |
I am in search of a software to deal with database in pocket PC. I have to retrive database from PC to my pocket PC as well as to update the details back to PC. If any one have the idea, plese get me the link to my email id :
|
| Opening files with associated applications? | 05 Feb 2008 00:04 GMT | 4 |
I am writing a file explorer application for PocketPC, i use Systems.Diagnostics Process to start application, but is there a way to when i click on an image/doc/xls it automatically opens it with the associated app (image viewer/pocket work/pocket excel,etc)?
|