.NET news » Search results

Search results for query "COM" (7):

Windows Development in C++, COM API clients

Using the Facade Pattern to simplify development with COM based APIs'
2012-11-04 05:51:00   Source: Windows Development in C++, COM API...   Tags: Algorithms

Implementing COM Interfaces with C++0x Variadic Templates

A step-by-step illustration of a minimalistic pattern for implementing a series of COM interfaces with little code
2011-09-03 11:25:00   Source: Implementing COM Interfaces with...   Tags: Algorithms

File Explorer using Silverlight 4 COM Interoperability

In this article I will guide you creating a File Explorer in Silverlight 4. This step-by-step guide will help yoou understanding the API call and how to access local files, folders and drives using the Silverlight 4 COM APIs.

Text-to-Speech Application using Silverlight 4 COM API

In this Article I will demonstrate you step-by-step how we can create a Text-to-Speech application using the COM APIs in Silverlight 4. Read it, Learn and Vote for this Article. Feedbacks and/or Suggestions are most welcome.

C# 4.0, the Dynamic Keyword and COM

Are you a Microsoft .NET Framework programmer who struggles with critical legacy applications using COM objects that are beyond your control? Dino Esposito shows how to lessen the burden by going dynamic.
2010-06-06 19:00:00   Source: C# 4.0, the Dynamic Keyword and COM   Tags: C#

Accessing Hardware in Silverlight using COM

Silverlight 4 gives access to the user's microphone and camera, and adds printing capabilities, but as far as hardware goes, that's it. Fortunately Silverlight 4 also provides access in Elevated Trust Out-Of-Browser applications to COM. If you need to access other local hardware, providing a COM component is the solution. This example provides a COM object written in C# and addressed by a Silverlight application.

COM Interop Gets Much Better in C# 4.0

Enhanced COM interop through C# 4.0's dynamic type system, support for named and optional parameters, and for variance makes working with Microsoft Office and other Primary Interop Assemblies much easier.
2009-08-26 17:32:02   Source: COM Interop Gets Much Better in C# 4.0   Tags: C#
1