CF GAC, Loader, Interop, etc...
Browse by Tags
All Tags »
Samples / Snippets (RSS)
Sorry, but there are no more tags available to filter with.
-
using System; using System.Reflection; using System.IO; using System.Runtime.CompilerServices; /// <summary> /// A simple helper class for extracting Resources from the /// calling assembly /// </summary> public class ResourceHelper { private Read More...
|
-
New to the .NET Compact Framework in Whidbey Beta 1 is a feature known as COM Interop. Among other things, this feature allows simple managed access to a number of Native APIs, including the Pocket Outlook Object Model (POOM). Steven has posted a great Read More...
|
-
I've received a number of questions regarding how best to retrieve the Device ID. As a result, I've decided to provide the following class for your coding pleasure: --- jeh This posting is provided “AS IS“, without warranties, and confers Read More...
|