I am developing an C# app in WM 6. I am using CameraCap开发者_Go百科tureDialog to open the camera.
I have a custom control (inheriting from control; targeting .NET Compact Framework v2) that has a bitmap property.
Just want to know how do you guys provide this files for 开发者_开发百科the users. My app requires both this files and im not sure how to provide them to users.
I am translating a compact framework 2.0 windows form in Visual Studio 2005. To do that, I change the language of the form to German (the target language) and edit/resize the controls on the form. Thi
Is it possible to communicate with a WCF service without using NETCFSvcUtil to generate the proxy? I\'m trying to call a WCF service on a mobile using compact framework. I do not want to use NETCFSvc
How to list all referenced assemblies? (referenced assemblies from referenced assemblies...) and there targeting framework (.NetCF2.0, .Net 2.0)?
I need to make a program that can read and edit certain .cdb files (Microsoft Pocket Accesss files, created and used by legacy accounting mobile application).
I\'m having a problem with a MessageBox intended to开发者_如何学运维 be modal. Here is the situation,
How can I update date & time & region on Windows CE? I need any C# code for this. for example: i want to update to: 21/12/2010 05:34 (reg开发者_如何学JAVAion format dd/MM/yyyy)
how to do this: when i\'ll press开发者_C百科 \'G\' on textbox in my form i\'ll see \'A\'? in C# code (windows-CE or Windows-mobile)