By tag: Interop
0
kicks
Silverlight "HTML Bridge" Interoperability
This can be addressed with Silverlight. The key to integrating all of this is the two-way interoperability layer in Silverlight (sometimes referred to as 'the HTML/JS bridge'), which is what I will be going through in this article. I will show you how you can access the HTML DOM and use your existin...
0
kicks
WinForms: Send Email Using Outlook Interop or Process Class
Although you can generate emails in Winform applications using the System.Diagnostics.Process class there are times when you need more control over the email being sent, or as outlined in this article, after the message is sent for logging purposes. This article gives examples of both methods and ...
0
kicks
How to Solve a Beasty COM Interop
Sam Gentile presents an interesting COM Interop problem, the issues of Runtime Callable Wrappers and how to solve the problem.