My Boss Want me to add beep sound in datalogic memoir as a trigger if the output is correct or not. But my problem is i开发者_开发技巧 do not know how to do it.
I need to convert Keys.Enter to a char. This does not work in compact framework: Convert sequence of System.Windows.Forms.Keys to a Char(KeyInterop.VirtualKeyFromKey)
What is a good approa开发者_开发知识库ch for credential checks for windows mobile app. Knowing that it is an occasionally connected device.
I\'m trying to implement Twitter into a mobile开发者_运维技巧 game that I\'m developing and having difficulty with using the available libraries. Could someone explain how I use a library such as nTwi
I\'m starting a new project. It will run on devices running Windows CE, Windows Mobile 6 and will also have a desktop version. The software will connect to some equipments through the serial port, usi
I see .NET has the option: SearchOption.TopDirectoryOnly which he开发者_如何学Golps me to limit the file list retrieval for just the selected directory, not subdirectories. I would like to know whethe
Is开发者_开发技巧 there an established or unofficial way of finding out if my application is running on a Windows Mobile 6.5.3 device or if it\'s a previous version? Managed or native doesn\'t matter
Working in .开发者_开发知识库NET Compact Framework, C#, .Net 3.5, Visual Studio 2008. Targeting Windows Mobile and CE devices from the same project (it\'s a CE app, runs on both types of devices).
Welcome, Has anyone know any alternative to WeBrowser control from .NET Compact Framework, which may be used with Windows CE? Unfortunately standard web control from .NET CF 2.0 doesn\'t work on WinCE
Is there a way to do multi-selction on with the standard datagrid?(I am using the compact framework.)