We need to compress (or rather uncompress) some data we send to a pda client using a webservice. Below I have a simple concept that will work if consumed by a regular .net app.
I\'m developing a Windows Mobile 5.0 or above with .Net Compact Framewor 2.0 SP2 and C#. I开发者_如何学编程\'m trying to \"animate\" five panels changing their locations on a Timer_Tick event but the
I\'m developing a winform Windows Mobile 5.0 or above application with .NET Compact Framework 2.0 SP2 and C#.
As the WebBrowser control does not expose a get accessor for the DocumentText property you cannot use it to obt开发者_运维问答ain the HTML that was loaded into this control. Does anyone know a way to
I\'d like to read the contents of another process listview control in windows mobile. To do this, I need a pointer to some free memory to that process in order to put the values there (and then read t
I have a SmartDevice project (.NetCF 2.0) configured to be tested on the USA Windows Mobile 5.0 Pocket PC R2 Emulator. My project uses SqlCe 3.0. Understanding that a SmartDevice project is \"more car
We want our application to run in full screen mode with no title bar on a Win CE 6.0 powered de开发者_如何学编程vice. The application is being developed using .NET Compact Framework 3.5 (C#). Any samp
I\'m developing a WinForm Windows Mobile 5.0 or above with .Net Compact Framework 2.0 SP2 and C#. I have two custom controls (two classes that inherits from Control). If I click over a specific locat
I have a png image file with alpha blending of its own. Now I want to load it onto a form in a mobile. I tried so many ways but not work. Is there any solution? Thanks in advance.
Having a .NET asse开发者_如何学Pythonmbly, how can I detect whether it was built for .NET CF or a full framework?It\'s quite simple: