I am looking for a way like Social N开发者_如何学Goetworks site retrieve additional data when the last record is visible to user.
Th开发者_开发百科e problems with Windows Media Player on a .NET CF based application are endless. In one of the .NET CF 3.5 applications, we are using ActiveX controls to play videos. The code for the
I am developing my fir开发者_JAVA技巧st windows mobile application and would like some guidance on the best way to save and restore application state between invocations of the applications.
I need to access Web Service from .NET Compact Framework 3.5 application. Problem is that Web Service uses cookies for authentication. In desktop application I use .NETs CookieContainer(), which is mi
I use SharpZipLib for gzip on a Windows Mobile application written in c# I have this code public static bool gzDecompressFile(String inputFilePath, String outputFilePath)
We have an implemented a WCF service for sync framework communication with the guidance ofhttp://wcfguidanceformobile.codeplex.com/ . The client in created by NetCFSvcUtil.
I am trying to write the C# equivalent to the following: typedef struct BATT_ID { UINT8nBattID[8]; } BATT_ID, *PBATT_ID;
I have been trying to find a framework for windows mobile and .Net Compact to connect to an SVN Repository but i hav开发者_JS百科nt been able to find 1.
In our .Net CF app we are getting weird errors from parts of the code that shouldn\'t be having problems.For instance, the following code:
I am using the .NET Compact Framework 3.5 and I am trying to determine if there is a standard way to store settings that a user to change in my application. I am aware of the Compact 3.5 SQL database,