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.
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:
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.
(Somewhat of a follow on from the post (which remains unanswered): https://stackoverflow.com/q/6197829/314661)
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
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
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
Using the method below I can load a row at time into an Excel file.Once all the rows are loaded into Excel.
This question already has answers here: How to interactive a silently installing msi? (Progress data and cancel it)
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