|
|
|
Welcome to COM Interoperability section of C# Corner. In this section, you will find various COM Interoperability related source code samples, articles, tutorials, and tips.
|
|
|
|
|
|
|
|
|
Remote Desktop using C#.Net
by
Thiagarajan Alagarsamy
on
Oct 28, 2009
Remote Desktop Services is one of Microsoft Windows components to access a remote computer through network. Only the user interface of the application is presented at the client. Any input is redirected over to the remote computer over the network.
|
The Basics of .NET Framework Interoperability
by
Dave
on
Feb 29, 2008
The System.Runtime.InteropServices namespace defines classes where some of which define methods that enable managed code to call native code. This is accomplished via an internal call and is called the Platform Invoke service
|
Word automation using C#
by
Amrish Deep Ravidas
on
May 11, 2007
Word Automation through C# is all about programmatically generating the Word Document using C# code. Almost all of the tasks which we perform on word 2003 can be done programmatically using C# or VB.
|
|
|
|
|
|
|
|
|
How do I call a Function Exported From an Unmanaged Library?
by
Mahesh Chand
on
Mar 22, 2007
This example demonstrates how to call a function exported from an unmanaged library from managed code. The MessageBox routine in User32.dll and GetSystemTime routine in Kernel32.dll are called. The same technique can be used to call any exported function in any other library.
|
Calling Win32 DLLs in C# with P/Invoke
by
Mahesh Chand
on
Jan 13, 2006
Recently, I have done a fair amount of Win32® Interop in my Microsoft® .NET Framework-based apps. I am not saying that my apps are full of custom interop code, but from time to time I bump into a minor, but nagging, inadequacy in the .NET Framework Class Library that can quickly be alleviated by a call into the Windows® API.
|
|
|
|
|
|
|
The Basics of .NET Framework Interoperability
by
Dave
on
Feb 29, 2008
The System.Runtime.InteropServices namespace defines classes where some of which define methods that enable managed code to call native code. This is accomplished via an internal call and is called the Platform Invoke service
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Description
|
|
A Programmer's Introduction to C# 2.0, Third Edition is a critical update to the highly successful second edition. It is written by a member of the original C# language-design team and a C# program manager, so you can be certain this book contains the expertise you're looking for.
|
|
Browse more books here»
|
|
|
|
|