First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14
Debug with a local Web Service
Hi I am in the process of developing an PPC application and a webservice to stand between the database and the device. When I deploy it to the Emulator I cannot connect to my localhost webservice such as http://localhost:50927/Servies/Service.asmx What settings to I need to change to allow the connectio... 26 Apr 2010 06:58
Unicode to ASCII in C#
Hi i am calling a function in Native c++ .dll from .NetCF 3.5 app the function takes char * as one of the args. code snippets: in C++ int SendResponse(int Bus, char *response_msg, int msg_size) in C# [DllImport("NIDeviceWrapper.dll")] public static extern int SendResponse(int Bus, StringBui... 23 Apr 2010 13:55
NullReferenceException in bitmap constructor
Hi, I'm using Resco components for UI enhancement. When setting Resco.ImageButton's ImageDefault property like below, I get an exception of NullReferenceException on Bitmap.ctor(). Looking at the stack trace, inner exception message says "value does not fall within the expected range". And since the exceptio... 21 Apr 2010 14:40
Button.Visible = true has no effect
Hi, I encountered a strange problem where setting button.Visible = true has no effect. I can successfully get and set some other properties. Even if I debug to the point where I set that value and do a quick watch (Ctrl + Al+ Q) and execute those following two lines manually: btn2.Visible = true btn2.Visible ... 26 Apr 2010 16:06
XML web service and C#
Hi is there any way to write an xml web service with compact framework and c# on windows ce 6.0 r3 thanks ... 22 Apr 2010 14:31
Memory Allocation for Dlls
I read somewhere that if you have an application (exe) and it's 50kb in size then the it will be allocated a 64kb chunk of memory on the device. But if you include a 11kb DLL it'll allocated 128kb of memory where as if you had this code that's in the DLL withing the application code it would allocate only a 6... 19 Apr 2010 14:41
WinCE + CF System Requirements
Hello! Has anybody some information about the minimum system requirements for a small WinCE build running a .NET CF application? Especially I didn't find any information about the processor speed (let's say if i want to use an ARM7 for example), and not very precise information about the minimun RAM and ROM... 20 Apr 2010 19:42
Dial special characters "*" and "#"
Hello everybody, i need to dial a number like this "*123*20#" inside my app. However when i try to do it the mobile phone return an error. If i try with a standard numeber like "+39123456789" however my code works well, so it must be something with the special characters i guess. I also know that kind of nu... 18 Apr 2010 06:30
Starting a C# application does nothing...then native exception
Hi, I have an application (fairly large) written in C# (VS2008). It is built for the Pocket PC 2003 platform, but runs on PPC2003, WinCE 4.2, WM5, WM6.1. I am running this on several Intermec mobile computers: 700 color series, CN2, CN3, CN50, and CK3. I'm also distributing CF 2.0 (for those devices that don't... 17 Apr 2010 11:54
Camera take picture
Hello, CF 3.5 WM 6.5 Langage C# I want to take pictures with my PDA and DOTNET. For several weeks, I have an error when I use the following code: Microsoft.WindowsMobile.Forms.CameraCaptureDialog camera = new Microsoft.WindowsMobile.Forms.CameraCaptureDialog(); camera.Mode = Microsoft.WindowsMobile.Forms... 29 Apr 2010 05:41
First  |  Prev |  Next  |  Last
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14