Beschreibung:
Microsoft .NET technology newsgroup.
|
|
|
Windows Messages
|
| |
We are using a windows CE5 / CF2 device that has a single button to change the input mode from numeric - alpha - capitals and I need to be able to control the input mode from my application. There are 3 problems that I need to solve: 1) Change the input mode from my application 2) Get the current input mode... Mehr »
|
|
System.Environment.OSVersion
|
| |
Hi, On my application, i would display the operating system name, but, when i display "System.Environment.OSVersion. ToString()", the result is ... "Microsoft Windows CE 4.21.1088" but i would "Mobile 2003 Second Edition " and "Microsoft Windows CE 5.2.1620" but i would "Windows Mobile 6 Professional -... Mehr »
|
|
Memory leak
|
| |
Hello, I am working on an Application for a WINCE device. I have written my application in C# (Compact framework)which runs on a WINCE device. In my C# code i will call the C/C++ functions also. Now I am facing the problem of memory leak. Anybody please tell me how to find the memory leaks in C# device applications?... Mehr »
|
|
How to protect my app
|
| |
I´m developing a mobile app WM6 + CF 3.5 + C#. My idea is that when the customers install the app, it´s ask for a serial key.... anybody has any link or paper or sample about how to do it ? Thanks a lot.
|
|
Language message
|
| |
Hi to everybody. I 've a device WM5 PPC with english SO. I need that the error messages that CF triggers in spanish. I installed into the device NETCFv35.Messages.ES.wm.cab but the messages are still in english... It s possible to change the error message from english to spanish ? Thnaks in advaced.... Mehr »
|
|
Error while launching Cab in Windows CE
|
| |
Dear Experts, I am, trying to build a smart application updater for my Windows CE 5.0 device running on LXE MX7. I manage to implement if there's a new update the application will download the update to the device with the webservice. Once the download have been completed I am having this problem when... Mehr »
|
|
Grid Columns
|
| |
Given the code below, what changes are needed to show only the current and name fields on the grid, also to show the Boolean field as a checkbox. TIA David McCallum class Person{ public int ID { get; set; } public string Name { get; set; } public DateTime DateOfBirth { get; set; }... Mehr »
|
|
Notifications and a running app
|
| |
Hello NG, I want to program an application (VB .NET), which starts in specific intervals and display notifications. Then the program should be ended. The app starts with CeRunAppAtTime and shows a notification with a Microsoft.WindowsCE.Forms.Noti fication. So far so good. The problem is, when the user does not close the notification. The app is... Mehr »
|
|
VS2008 with WCE 6
|
| |
I created an image WCE 6 for device emulator 3.0 and it work correctly. My problem is that the VS2008 load NETCFv2.vm.armv4i.cab and not NETCFv2.wce5.armv4i.cab for .NET CF V2 on the device (or load NETCFv35.wm.armv4i.cab and not NETCFv35.wce.arm4.cab for .NET CF V3.5). Why? P.S.: VS2005 work correctly.... Mehr »
|
|
|