| Applying Interop Attributes |
| MSDN |
| The System.Runtime.InteropServices namespace provides three categories of interop-specific attributes: those applied by you at design time, those applied by COM interop tools and APIs during the conversion process, and those applied either by you or COM interop. |
|
| Creating a Shell Extension with C# |
| The Code Project |
| C# and .Net has been hailed by Microsoft as the Windows programming environment of the future.Just what does that actually mean? Is the programmer shielded so much from Windows that attempting todo anything useful is difficult if not impossible? Is it just another VB? This article demonstrates aWindows Shell hook/extension in C#, demonstrating how easy it is to consume COM interfaces and to deploythe final code as though it is a bona-fida COM object. |
|
| Custom Add-Ins Help You Maximize the Productivity of Visual Studio .NET |
| MSDN |
| Regardless of how great an integrated development environment (IDE) is, there will always be features that developers wish had been included. For that reason, the Visual Studio .NET IDE provides an extensive add-in facility that allows you to add nearly unlimited numbers of features and functionalities written in Visual Basic, C, C++, C#, or any .NET-compliant language. This article explains how add-ins work in Visual Studio .NET. It then shows how to add custom text editing by creating an add-in with two editing functions, a simple text insert of the current date, and a more complex function to reformat paragraphs of text. Finally, you'll learn how to add a page to the Options dialog. |
|
| HOW TO: Create and Load Add-ins in Visual Studio .NET by Using Visual C# .NET |
| Microsoft Support |
|
(816167) - This article describes how to create a simple, compiled add-in that inserts the current date and time at the insertion point. In this article, you create and install an add-in project, load the add-in, and integrate the add-in in the Visual Studio...
|
|
| HOW TO: Create and Load Add-ins in Visual Studio .NET by Using Visual C# .NET |
| Microsoft Support |
| (816167) - This article describes how to create a simple, compiled add-in that inserts the current date and time at the insertion point. In this article, you create and install an add-in project, load the add-in, and integrate the add-in in the Visual Studio... |
|
| HOW TO: Sink Managed C# Events in Internet Explorer (Q313891) |
| http://www.kbalertz.com/ |
| This article describes how to sink managed events from Component Object Model (COM) clients (unmanaged code) when you write .NET Windows controls. For example, you sink managed events from COM clients when you run script in Internet Explore |
|
| Microsoft .NET/COM Migration and Interoperability |
| MSDN |
| The interoperability features of the Microsoft .NET Framework will enable developers to continue using traditional Active Server Pages, Component Object Model applications, and Microsoft Win32 DLLs, making it easier to choose if and when to migrate existing managed code to .NET. |
|
| Regasm2.exe - The .Net/COM+ Installation Tool |
| The Code Project |
| This article describes how to design, build and install .Net Application into the COM+ Catalog without using the ServicedComponent class in your application. The solution shows retrieving the assembly and class attributes (included custom) from the assembly file and their storing into the COM+ Catalog Objects using the C# language. |
|