How can I create a COM DLL (class library) in Delphi? It is for use on very old 开发者_如何学PythonPCs where .NET is not, and will not be, installed and will replace, and slightly extend, a VB 6 DLL
I know, WinFax Pro is so 1998. (note: this is not WinFax.dll, which is apparently part of Windows.This is WinFax Pro, a separate commercial add-on app originally from Delrina, and开发者_运维问答 late
I found some examples and topics on this forum about the way to implement an icon overlay handler with Python 2.7 & the win32com package but it does not work for me and I don\'t understand why.
I am currently writi开发者_Python百科ng application with WPF in framework 3.5 SP1, and I need to extend my functionality to Windows Explorer context menu, like how Winzip or Winrar or anyone else did
I am trying to build a small application in C# which should start/stop an IIS Express worker process. For this purpose I want to use the official \"IIS Express API\" which is documented on MSDN: http:
I\'m in need of help on understanding the architecture when calling COM/DLL\'s created with TLBIMP.EXE, from a .NET application. The scenario is:
How can we get the application window handle or process handle of the excel process which belongs to the excel application instance that we have created?
We have several programs generating excel documents via com automation, some written in VB6, some in python. Regardless of the programming 开发者_C百科language those programs run 5 times slower than w
In a third party COM Module I have to pass a struct to a Method. The important parts of the IDL definition look like this:
I have a .net 3.5 dll and a .net 4.0 dll. The .net 3.5 dll need to call some functions in the .net 4.0 dll. To do this, I made the 4.0 .net dll as a COM server. However, I cannot tlbimp the tlb file e