I need to be able to lookup the type o开发者_开发知识库f CPU for which a native .dll file is intended. When the CPU type is same as the CPU on which my application is running, my application will use
I would like to find if there is any way that i can display an indeterminate circular progress instead of horizontal bar in windows mobile 6.5.
I have a library that serves using events data came in from async tcp operations. When using those data in controls after they received on the UI though I get Cross-T开发者_如何学运维hread Opration ex
I have assigned a DataTable to a DataGrid and I want to make some开发者_Go百科 columns in DataTable invisible. I am developing an application for Pocket PC. Can any one help me?If you want to make the
I call a wcf service method with a int parameter, and it returnsan order object like below. It takes about 1,5 second to return the object is this normal or is it too slow for WCF?
Is System.Data.SqlLite is the开发者_StackOverflow中文版 dll for using SQLLite in Compact frameworkYes, there is support for the .NET Compact Framework.
How do I grab Internet Explorer\'s history on Windows Mobile 5.0 in C# running on the Compac开发者_运维知识库t Framework 1.0? I only need to get the most recently visited URL. Even if you just know wh
I have a Windows Mobile appli开发者_开发技巧cation that is built for .NET CF 1.0. It is written in C#. How can this program check what versions of the .NET Compact Framework are installed on the devic
I am creating a Pocket PC application in C# and I want to add the SQLLite DB and Create Tables. When I compile the project I get the error as
i have an application with CF3.5 Calling of simple webMethod like bool Ping(Guid id){return true;} takes ~ 1.8 sec (windows client answer takes ~ 0.3 sec)