i have a simple task: is it possible to write a Delphi DLL and put a 开发者_如何转开发.Net Assembly (with only one interface with 4 methods and one class implementing the interface) besides it and ca
I want to find every application listed in the user program menu. I use the following routine: private static void ProcessDirectoryLnkFiles(string path, bool recurse,
Is it possible to dec开发者_C百科lare different charset options for seperate params? heres what i mean:
I am currently working on an app in VB6 that uses COM Interop libraries written in C# using the .NET 2.0 framework.
Well, I have an ActiveX (*.ocx) component, and i use it in a managed C++/CLI project: write a managed wrapper around ActiveX component[ NET has a great Interop services : provides me genarated dll so
A COM server is create and I registerd that. When I am trying to add that COM server in a COM Client, I was not able to add, and following error is comming.
I am using interop and I want to get the list of all content controls contained in word document (in the body, shapes, header, footer..). Is this the correct and the best way to do this :
I\'m trying to use the COM interop assembly to export some data to an Excel workbook for an ASP.NET web application. This works fine in development, since the server and the client are the same machin
I have some .NET code I use from VB6 code.I have always developed this on an XP machine by crea开发者_JAVA技巧ting a VB6.exe.manifest file that listed the dependent .NET assemblies.
I\'ve read the documentation for Marshal.GetIUnknownForObject and it says: Always use Marshal.Release 开发者_如何学编程to decrement the reference count once you have finished with the pointer.