I am developing an app which requires to play .wav sound file one after the other.To play a sound, this is what I am doing.
Using: VS2008, Sql CE 3.5. When I try to save an entity from a detached context, i\'m not able to. And instead have to map each property.
I\'m implementing mp3 playback on Windows Mobile 6.5. I need to use SndPlayAsync API function since I don\'t want to block calling thread until the file is played (SndPlaySync blocks until the audio f
when we create mobile software for our customers, we usually create a .net compact framework client that communicates with a server via TCP/IP. As updating all devices (sometimes more than 20) with ne
Why does using Microsoft.Win32.SafeHandles cause the C# Compiler Error: The type or namespace name \'SafeHandles\' does not exist in the
What I am trying to do is get the name of the executable that owns the window that currently has focus from another process. The purpose of the program is to track how much time you spend in each prog
I have a Visual Studio 2008 C# .NET 2.0CF application where I need to P/Invoke a native function with the following signature:
I开发者_如何学C have a Windows Mobile 6.5 (.net cf 3.5) that uses a singleton class which follows this pattern:
What is the best practice for inserting a newline chara开发者_开发问答cter into a string in the .NET Compact Framework 2.0 SP2?Does the Compact Framework not support Environment.NewLine? Ah well. You
I\'m working on a Windows CE 5.0 device using the .Net Compact Framework 3.5. The device has its own wireless connection and I\'d like to use System.Diagnostics.Trace and the local network to monitor