.NET COM interop so far always has been working quite nicely. Since I upgraded to Windows 7 I don\'t get my .NET COM objects to work anymore.
I have some windows docked to edges/corners of the working开发者_Python百科 area, and I need to know if/when the WorkingArea of the screen changes so I can update the position of those windows. I\'ve
I have an application that write huge .csv files about the size ranging from 1 GB to 2 GB. I need to color code the file and save it as .xlsx.
I\'m trying to use code similar to clrdump to create mini dumps in my managed process. This managed process invokes C++/CLI code which invokes some native C++ static lib code, wherein SEH exceptions
I have an application that generates Open XML documents with Content Controls. To create a new Content Control I use Interop and the method ContentControls.Add. This method returns an instance of the
I\'m making a COM interface that c# will be using, however i am wondering how i am to check for errors for exception handling on the c# end. As at the moment i am just returning a HRESTULT or bool for
I\'ve got a native C++ DLL that开发者_JS百科 I would like to have a C++/CLI wrapper layer for.From what I understood, if you simple added a C++/CLI class to the project, VS would compile as mixed mode
I have a COM object that takes needs to take a stream from a C# client and processes it. It would appear that I should use IStream. So I write my idl like below. Then I use MIDL to compile to a tlb, a
When C# app is ran, it POSTS a request to the PHP server, which wants to return an array.What\'s an easy way to load this array\'s contents into C# for using with there.
I have a COM DLL that is compiled in 32-bit mode (the server side). I registered开发者_如何学运维 it and tried to call CoGetClassObject() from a 32-bit client for getting the IClassFactory.