compact-framework
Looking for code sample on creating C++ DLL then P/Invoke in C# (For Windows CE 5/6)
I am experienced in C# but not in C++. Recently my Windows CE 5 C# program is hitting performance issue and I am considering moving calculation to C++ DLL then P/Invoke it from C# since C++ supports h[详细]
2023-04-13 00:45 分类:问答c# how check if the form is already open in compact framework
FormCollection fc = Application.OpenForms; foreach (Form frm in fc) { //iterate through } OR Form fc = 开发者_如何学编程Application.OpenForms[\"FORMNAME\"]; if (fc != null) fc.Close(); fm.Show();[详细]
2023-04-12 06:47 分类:问答custom exception and parsing message from exception
ex.Message = \"ORA-20586: SOME TEXT SOME TEXT.\\nORA-06512: at \\\"RMM.LOKAC\\\", line 116\\nORA-06512: at line 2\"[详细]
2023-04-11 18:04 分类:问答delete executing file on windows ce
i want to make a uninstaller on windows ce. The Problem is I want to delete the uninstaller itself after exe开发者_如何学Gocuted everything else.[详细]
2023-04-10 20:28 分类:问答Movable pictures on a map using .net compact framework 2.0 mobile device 5.0
We need to find a way to create a movable (at run time) picture on a map overlay using the .net compact framework 2.0 on 5.0 mobile device.[详细]
2023-04-10 18:29 分类:问答How to build FParsec for .NET Compact Framework?
I’m writing a small application based on FParsec. Today, I’m looking for an opportunity to make a version for Compact Framework.[详细]
2023-04-10 15:05 分类:问答Two-line text button in Compact Framework
I want to create a two-line text button in Compact Framework. I have used every idea in this thread but without success.[详细]
2023-04-10 14:45 分类:问答set visibility on textBox from form1 to form2
From other Form i want to set visibility for textBoxes on this form but i down\'t know how to call TextBoxes and set property Visible = false.[详细]
2023-04-10 10:48 分类:问答Is there a good way of switching between different debugging environments on windows mobile emulator
I\'ve got a .NET CF (C#) mobile application that I run on a windows emulator.This application uses a sqlce database, and also is controlled by a number of config-like files.I frequently need to change[详细]
2023-04-09 18:15 分类:问答BDD Style UI testing for Compact.Net Forms
I am used to using Cucumber or StoryQ with Selenium/Webdriver (based u开发者_如何学运维pon my platform) for automated UI testing in a continous integration environment, I have looked at White for winf[详细]
2023-04-09 06:39 分类:问答