Free Using Late Bound COM Objects Tutorial

Feb
10

Using Late Bound COM Objects

Posted by admin

(Page 1 of 6 )There are different methods available for invoking COM objects at runtime in .NET, including late binding. In this article Beth from the Wrox team will walk us through them, providing examples for each.Editor’s Note: This article’s code has been updated to work with the final release of the .Net framework. This article will describe how to late bind to COM objects in .NET. Interoperability with COM objects has been well-integrated into the .NET runtime. Indeed, early bin 
continue >>

Tags:

Add A Comment