By tag: COM
0
kicks
Creating Excel spreadsheets .XLS and .XLSX in C# - ASP.NET MVC Project
Recently I had to implement some code to create an Excel spreadsheet/report using C#.
The task was: given an Excel spreadsheet template - a .XLS file (with formulas, pivot tables, macros, etc) I had to fill some data in one of the sheets of the spreadsheet and send this modified spreadsheet back to...
0
kicks
How to Access a COM Indexed Property from C#
This article describes how to access an Indexed Property in a COM object from C#.
0
kicks
Automating iTunes with C#
When you install Apple iTunes, it includes a COM automation library (see link for SDK docs). It is very easy to use!
0
kicks
Enterprise Services with the .NET Framework
Read a book review of this title: "Distributed applications are tricky even for veteran architects and developers. They are complex, difficult to debug, and utilize multiple complex technologies. Enterprise Services is how .NET developers access COM+ Services in order to create distributed ente...
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.
0
kicks
Chris's Free Developer Tools
This is a set of .NET, COM and Win32 tools that Chris Sells has built and contributed to the world. You may use them without royalty (and without support) in your compiled code. You may not redistribute the source code. A mention in the documentation of your products is always appreciated. Enjoy!
0
kicks
Using .NET from Ruby. Other way.
I tried to install RubyCLR Drop 4 last week. But had no luck. Then I decided to go my own way. I thought about using COM for interaction between Ruby and .NET Framework.