How d开发者_高级运维o I find all the child dialogs for a form using c# and the compact framework.Maybe you are looking for this property?
What and how is the best way to get an image from a URL when using the Compact Framework? Something I found was this (made a function out of it):
I\'m developing a mobile application in .Net Compact Framework. I managed to edit the registry HKEY_CLASSES_ROOT so that a click on a file with the .xyz extension will open my开发者_开发知识库 applica
I\'m trying to make a form derive from a baseform. When loading the Form into the Designer, it says Virtual Inheritance is disabled and i cannot have access to controls defined in the basedForm.
I am developing a windows CE program for the Motorola MC9090G which is running Windows CE 5. The user interface language is set to English (United States) and can\'t be changed.
I have a C# .Net 2.0CF application where I would like to load a .NET \'plug-in\' DLL at runtime. As I understand it, I should be able to use the System.Reflection.Assembly.LoadFrom() to load the DLL
I have an application on the Compact Framework that has some large embedded resources (some of them are several megabytes).I am calling assembly.GetManifestResourceStream(...) which returns a Stream o
I am using axWindowsMediaPlayer control in my windows mobile application with using .net CF 2.0, I want to play the video with subtitle.(S开发者_StackOverflow中文版RT file type)
We are developing a mobile application, which targets devices manufactured by Symbol. On these devices, Windows Mobile is the system.
I\'ve reconfigured the default Windows Mobile 6 Professional emulator to increase it\'s memory size and now I would like to deploy and debug my CF application on it.