I am developing an application for windows mobile in which I have a logout functionality at each form I open.
I\'m currently porting an app that was written for Windows Mobile 2003 (compact f开发者_如何学Goramework 1.0) and I\'ve decided that my lowest denominator is going to be a smartphone running windows m
I wrote a small project that displays icons on the screen on WinCE. The icons are 28x28 16-color BMP files, placed in the main resource file (Resources.resx) (the resx for the main Form has the same p
I would like to build a Bluetooth keyboard for a smartphone like this product. This product has a hardware driver. Ho开发者_如何学Gow can I write device driver for my keyboard.You don\'t need to wri
I am using SQL Server CE 3.5 and C# with the .NET Compact Framework 3.5. In my code I am inserting a row, then starting a transaction, then deleting that row from a table, and then doing a rollback on
I have placed a picture as background to the form. protected override void OnPaintBac开发者_JAVA百科kground(PaintEventArgs e)
I\'m writing an app (.NET Compact Framework 3.5 on PocketPc 2003) I\'m trying to detect the cradle event, which is detected but is highly erratic.
currently I’m creating 2 applications (app A and B) for Win开发者_开发知识库dows Mobile 5.0 and using Compact Framework 2.0. App A is the main application and B is the sub application.
How do I write a .NET class library that I开发者_如何学编程 can recompile for either the regular .NET 3.5 Framework, or the .NET 3.5 Compact Framework?The two frameworks aren\'t binary compatible*, un
i am using compact frame work for my windows mobile application in which i have pass more than one request to the server and receive response for each request in an array.