interop
F# Namespaces/Modules and Interop with C#
I\'ve been experimenting with F# and would like to try using it in a C# project for certain pieces of code that would benefit from the language.[详细]
2023-03-22 16:43 分类:问答Handling Null Values in F#
I need to interop with some C# code with F#. Null is a possible value that it is given so I need to check if the value was null. The docs suggest using pattern matching as such:[详细]
2023-03-22 14:27 分类:问答Pass plain C# object to C++ and call a method on that object
I want to pass an object of a C# class to C++ and in the native c++ code want to call some method on that passed object.[详细]
2023-03-22 08:28 分类:问答Disposing of Microsoft.Office.Interop.Word.Application
(Somewhat of a follow on from the post (which remains unanswered): https://stackoverflow.com/q/6197829/314661)[详细]
2023-03-22 04:10 分类:问答Opening default e-mail program with attachment (C#)
I\'m looking for a way to open the user\'s default e-mail program to write a new e-mail and specify an attachment from within a C# application. Right now, I can start an e-mail and specify the recipie[详细]
2023-03-22 00:16 分类:问答C# - Class not registered - creating a Excel spreadsheet with Macros using VBIDE
Using VS2010, I cannot use the VBIDE interop DLL. Could someone please see if they can reproduce on their PC - code straight out of http://support.microsoft.com/kb/303872[详细]
2023-03-21 19:44 分类:问答Free/delete a char* causes an invalid heap pointer assertion failure
I have a chunk of code that I\'m using to get the UNC path of a mapped drive in a CLR DLL, but when I\'m freeing memory at the end, a char array causes an invalid heap pointer assertion failure, and I[详细]
2023-03-21 18:31 分类:问答Set Number format in excel using interop
Using the method below I can load a row at time into an Excel file.Once all the rows are loaded into Excel.[详细]
2023-03-21 16:29 分类:问答How to use MSI.DLL to programatically install .msi file and also provide abort/cancel? [duplicate]
This question already has answers here: How to interactive a silently installing msi? (Progress data and cancel it)[详细]
2023-03-21 15:30 分类:问答Use C# to make Signature Line with intended signer, email, etc. in Excel
I\'m using Excel to automatically generate forms for my company\'s accounting department. I need each form to have an Excel Signature Line object in it with the intended signer\'s information (Name, t[详细]
2023-03-21 14:00 分类:问答