I am developing a Vb.net .Net 3.5 PDA application using the OpenNetCF IOC framework. I have set up and event to handle the navigation through the smart parts but when I raise the event the EventSubscr
As the title says, I want to get the wireless signal strength from adapte开发者_如何学运维r on Windows CE, VB.Net, Visual studio 2008.
I have a class (named A) which uses another class (named B) as one of it\'s constructor\'s arguments by Openn开发者_开发知识库etcf\'s IoC Dependency Injection.
If I have an application that is written in .net Compact Framework (and runs on Windows CE) and is theoretically compatible with Windows Embedded Standard O/S, would it still be compatible if it makes
I\'m trying to connect my PDA to an ad-hoc network using OpenNETCF.Net. I want to force setting a link-local address and not rely on a fallback mechanism because that takes a little too long. Then I w
I need to disable USB on Windows Mobile. How to disable USB on Windows Mobile using Compact Framework 2.0 (C#)? I am using Open开发者_开发知识库NETCF too. If it has some class to disable USB, I can us
I am attempting to have an application for Windows Mobile CE re-connect to a specific WEP Enabled network if it becomes available.I believe that this code scans through the currently available access
I need to monitor internet 开发者_如何学Pythontraffic (both upload and download) on windows mobile. Is there any API available to monitor internet data traffic on windows mobile (C#)? I am using OpenN
I need to work on old project that use OpenNetCF round buttons I reference all the OpenNetCF dll to the project.
I am using a LargeIntervalTimer from OpenNetCF to do polling when on a particular screen in certai开发者_JAVA百科n conditions.