| Thread | Last Post | Replies |
|
| Cryptography | 10 Jan 2006 17:37 GMT | 2 |
Hello all I have some cryptography code from a VS 2005 application and I'm trying to convert it to the compact framework. I have this line of code rsa.FromXmlString(PriveteKey)
|
| How I can insert the object BarcodeReader in a form? | 10 Jan 2006 17:07 GMT | 8 |
I'm developing on Visual basic.net for a mobil device (Smart device) and I cant insert the objet BarcodeReader.
|
| Network detection in CF 2.0? | 10 Jan 2006 16:34 GMT | 2 |
I want my PPC app to be "network aware". Question is in two parts 1. How can i determine if the PPC in on a network? 2. How can i be alerted automatically, when network is detected? Any ideas?
|
| Custom control EventHandler CF 2.0 | 10 Jan 2006 16:18 GMT | 1 |
May I know how can I expose Click event of a button control which resides on a custom user control? I would like it to be listed in the Events listing in VS 2005 designer view when the custom user control is placed on a form.
|
| HTTPS bug with web services in .NET CF v2.0? | 10 Jan 2006 15:19 GMT | 2 |
I am writing a .NET Compact Framework v2.0 application which communicates with a back-end system via a web service, using HTTPS for transport. I am experiencing a problem where the first 256 characters of the request are mysteriously cropped from the message before they
|
| Windows CE 4.1 TypeLoadException or Fatal Error | 10 Jan 2006 08:17 GMT | 6 |
We have written a very simple application in VB.NET that uses the .NET Compact Framework (SP2). The application reads a product barcode, looks it up in a database and shows the price on the screen. The device we are targeting is the Symbol MK1100 which has Windows CE 4.1 installed.
|
| Load image into picture box from URL? | 10 Jan 2006 03:17 GMT | 2 |
Using CE 5.0, CF 2.0, C# How do I do the equevelant in the CF? Stream ImageStream = new WebClient().OpenRead(URL); System.Drawing.Image img = System.Drawing.Image.FromStream(ImageStream);
|
| Threading | 10 Jan 2006 03:05 GMT | 2 |
I'm trying to get a handle on threading. I think I need to run my text-to-speech code in a separate thread. I looked at this example from Chris Tackle, http://www.danielmoth.com/Blog/2004/11/dont-poll.html, which looks like it
|
| where can i get wceldcmd.exe file ? | 09 Jan 2006 23:55 GMT | 3 |
I need wceldcmd.exe file for download so that i can have my cab files installed on the pocket pc only during coldboot without the files being deleted. Raj
|
| DataBind to current row of a datagrid | 09 Jan 2006 23:39 GMT | 4 |
As DataGrid is readonly I decided to add an UpDown control to the bottom of my form in order to allow the user to edit a numerical value of the selected row. I have done this in code, but I suspect that there must be a way to do this
|
| Distributing .netCF 2.0 with a Windows Mobile 5 app | 09 Jan 2006 23:35 GMT | 1 |
Microsoft in their haste to release Windows Mobile 5 did so before the 2.0 version of the .net Compact Framework was ready to ship. Thus, the version of the framework that Visual Studio 2005 based managed smart device projects depend on is not available on most consumer hardware ...
|
| Getting device ID WM5 | 09 Jan 2006 23:16 GMT | 4 |
I found the code for getting the device ID on .net, but it seems that corelib.dll cannot be found on the Dllimport statement. I searched the visual studio directory for it and came up empty. Anyone know where this is on windows mobile 5?
|
| CF2 and SQL 2005 native web services | 09 Jan 2006 22:27 GMT | 1 |
Hopefully someone may be able to help me with this. I have a SQL2005 native web service that I call from CF2. I get and Arguement exception when the web service tries to return a value that was sourced from a SQL table of type numeric(19,5). I cant see the exact exception message ...
|
| Cannot install SDK certificates to WM5 phone | 09 Jan 2006 21:44 GMT | 6 |
I have a WM5 Qtek 8310 and VS 2005 and installed the SDK tools for it. However I cannot install the SdkCerts.cab into the phone. It says that the installation failed due to not enough system permissions. Also I cannot deploy a small HELLO app from VS2005. The app is signed
|
| string.Format - force "+" | 09 Jan 2006 17:06 GMT | 2 |
I'm sure this is simple, but I cannot seem to find it: I need: 1. The sign to always be shown 2. The thousand "," separator
|