| Thread | Last Post | Replies |
|
| OpenNETCF.IO.Serial - SerialCSharp Example | 11 Jan 2006 18:52 GMT | 7 |
I am having an issue sending and receiving data with OpenNETCF.IO.Serial Samples "SerialCSharp ". I have several devices, but when I use it on my HP iPAQ hx2490, and HP iPAQ hx2790 it doesn't send any data. And when it receives data all
|
| Extract NetCF and OpenNetCF version | 11 Jan 2006 15:21 GMT | 2 |
Hi, I would like to add on my application an "About..." dialog box. On this dialog I would like to display the NETCF and OpenNETCF version currently used by the software. With version I mean the number that appears when I click, for example, on
|
| How to turn an asynchronous method into a synchronous one | 11 Jan 2006 13:45 GMT | 1 |
I want to write an synchronous method Logon(). The method will need to make asynchronous calls - sending windows messages to other apps and waiting for replies etc etc etc. I'm wondering what the best way write it as a synchronous method is.
|
| .NET CF 2.0 - Get DeviceID | 11 Jan 2006 12:39 GMT | 2 |
I have a C# app I am writing for windows Mobile 5.0. Can someone tell me how to retrieve the DeviceID using version 2.0 of the Compact Framework? Cheers James
|
| installing .net framework 2.0 along with cab project | 11 Jan 2006 08:05 GMT | 2 |
I have a Pocket PC cab project. It runs well when i have .NET framework 2.0 installed on my pocket pc. But when .NET framework 2.0 is not installed, the cab file gets extracted but the application fails to run.
|
| Custom property on form not persisting value in VS 2005 | 11 Jan 2006 07:06 GMT | 2 |
I posted before about collections but have since tried on a simple single class and it's not working either. I'm using VB.NET but I thought it now had the same designtime capabilities as C#. Here's what I've done...
|
| calling functions in C# dll from remote desktop PC | 11 Jan 2006 06:34 GMT | 6 |
In my application i have created a dll in C#. This dll will be on a smartphone or pocket pc device.I want to call functions in this dll from remote desktop. Is there any way to achive this.
|
| WCELOAD | 11 Jan 2006 06:33 GMT | 7 |
Hi group I currently have an application that is able to autoreinstall itself by extracting a cab. But for my last cab update, i need to soft (or hard) reboot my device AFTER
|
| CF 2.0 and platform builder? | 11 Jan 2006 04:44 GMT | 1 |
Is the CF version in platform builder for WinCE 5.0 V2.0? Thanks in advance...
|
| Scanner | 11 Jan 2006 02:49 GMT | 21 |
Thank you in advance. I am trying to write an application in VB.Net that will show the data that is in a barcode in a textbox. I can deploy the application to the scanner (Intermec CK31) but when I scan the barcode nothing happens. I just get a beep. I have tried running the
|
| SQLite vs. SQL Server 2005 Mobile Edition | 10 Jan 2006 22:15 GMT | 21 |
we are gonna have a project with around 1000 mobile Clients in mobile windows 2003. A am evaluating, which Database is the best for this. I searched in all forums and now I think the best options are SQLite and SQL Server 2005 Mobile Edition.
|
| ARMV4 CABS | 10 Jan 2006 22:08 GMT | 5 |
How likely is it that the CF 2.0 ARMV4 for WM 2003 and ARMV4i for WM 2005 and SQL Mobile 3.0 ARMV4 cabs will work on most PPC's? What I am trying to get clear is; the Intel ARM processor is the only target platform Microsoft targets under VS 2005, so does this mean there are
|
| can't compile resx in vs2003 after vs2005 conversion | 10 Jan 2006 21:24 GMT | 4 |
I have a .NET CF project which I converted to CF2.0 with vs2005 final. After converting the project I am not able to compile resources in the project with VS2003. I get errors like the one below:
|
| clean reset w.m. 5.0 | 10 Jan 2006 19:51 GMT | 3 |
Since SetCleanRebootFlag does not work with the new persistent storage file system on WM 5.0 , and there's no way to programmatically do a hard-reset, maybe there is a way to programmatically do a clean reset? I know that clean reset is a new option in wm 5.0 and can be done with
|
| XmlTextReader or XmlDocument or SQLCE | 10 Jan 2006 19:36 GMT | 6 |
Im using DataSet.readXml/WriteXml for read/write data but is too slow (the size of my XML file is between 200,500ko) I want to use XMLTextWriter & Reader but i don't know if i can manipulate Data easily(read element,update element...)
|