I try to insert hundreds of records into empty database table using TableDirect type of SqlCeCommand. The problem is I get an exception SqlCeException \"Unspecified error\" when calling SqlCeResultSet
Hello I want to Insert Image to Database SQL CE using C# Compact framework.. my code FileInfo Filfo=New FileInfo(OpenFileDialog1.FileName.ToSting());
I am developing a Windows CE5.0 application. That application is to be deployed in a handheld device. I want my application to print something on pressing a key on the keypad of the device.
I am thinking of using a messagebox to display validation failure messages in the windows mobile开发者_运维技巧 app. that I am currently working on.My thinking here is that there is such limited scree
I have application with 2 forms in compact framework. First main form has mainmenu and input panel control. On main form is button, when I click it second form is showed. Second form has mainmenu but
I have an application (.Net Compact Framework 3.5) running on a Windows Mobile 6.1 device and I want to detect when the USB connection changes (either something connects or disconnects).
开发者_如何转开发I\'ve got a scenario where I need to run a Javascript interpreter in a .NET application.This is going to be running on Windows Phone 7, so it needs to be Compact Framework-compliant a
Merged with .NET Compact Framework 3.5 Serialization Problem with Derived Classes. I use a simple WebService returning a Test Class as Response. The Test Class has a Base Class containing
Which API can I use to get notifications about state change of teh phone? For instance I have my application and want to know wheter the user turns off or on the phone f开发者_开发知识库rom Wireless M
I know this has been asked before, and also there are answers which solves the problem partially. I\'ve some user controls which we use in our warehouse mobile application framework, and to get desi开