I\'m trying to manipulate an excel file with C# by using Microsoft.Office.Interop.Excel. The workbook I\'m trying to manipulate has shared protection between users.
i basically want to take int name and string age from user in c# and send it to dll method written in c which take int and char[50] arguments in it and return string .i created following scenario but
I\'ve got a tiny (I hope) problem again, and I don\'t know how to obtain access to some presentation properties provided by PowerPoint (however I don\'t even know how to google it or search it at the
I have some code in VB6 which imports a function from a dll, it uses the byVal and byRef keywords, I want to convert that code into C# 3.5.
Usingthis as reference, I\'m trying to create an asynchronous pluggable protocol that is only temporarily available to my app (and not registered systemwide). I\'m using CoInternetGetSession and then
So I\'m architecting an application that does necessarily C++ work, but MFC/ATL is too messy for my liking, so I had this brilliant idea of doing all the \"thinking\" code in native C++ and all the pr
Whats the 开发者_开发知识库best way to return a tabular structure from an ASP.NET (2.0) web service?
The Following is from JavaTM IDL FAQ: How do I connect to a 3rd-party Naming Service from Sun\'s ORB? The recommended way is to use the
I have created a windows appli开发者_C百科cation which makes use of Office.dll and PowerPoint dlls of Microsoft office 2003. At design time, when I am adding reference to these dlls to my project it r
I am having to pass a ULONG_PTR in unsafe code in C#. I understand that the reason for ULONG_PTR is to allow for a single codebase for both 32bit and 64bit operating systems.