I have a strange situation: in a .NET CF project there is a class (call it A) which has the following structure:
I have a Windows Mobile application that I send to my client as a CAB file and then he 开发者_如何学Cinstalls it to 20 mobile devices. This application communicates with web service and has config.ini
So far my research telling me that there is no free library for voice 开发者_高级运维recognize.
I\'m developing a Windows Mobile application in C# using .NET Compact Framework 3.5. My target version of WM is 6.5.x. It was my impression that Microsoft has updated the stock controls in this releas
I\'ve got an unmanaged c++ DLL that I need to call from a Windows Mobile C# app. I\'ve got the C# wrapper and it wor开发者_高级运维ks nicely in desktop. I can call the DLL functions from a C# desktop
What I want to do is have a background running app on Windows Mobile that can detect when a specific url is opened and perform some task. About the only way I can think of is to watch the cache direct
I need to lock Windows Mobile Screen (without using default locking system) on perticular activity. I have seen on web that developers are using SHDeviceLockAndPrompt or EnableHardwareKeyboard for ac
I n开发者_StackOverflow中文版eed to Call WCF REST Service from .NETCF 2.0 Smart Device Application. There us no \"Add Service Reference\" option for adding reference to WCF service in .NETCF 2.0 Smart
I open a FileStream with FileMode.Open and FileAccess.Read. Shortly after that I call a function to handle the file\'s contents. I use Invoke to make the call because the call comes from a Thread and
I am trying to de开发者_开发技巧-serialize a XML string back to an object. The code does NOT have a reference to the assembly that has the class definition. We keep the fully qualified name in the XML