com-server
IContextMenu::QueryContextMenu being called, but IContextMenu::InvokeCommand doesn't
In my implementation of IContextMenu COM server, the QueryContextMenu gets called (can see it with logging) but InvokeCommand doesn\'t. Here is the QueryContextMenu:开发者_开发问答[详细]
2023-04-12 03:26 分类:问答Create COM server with Ruby?
Ruby on Windows has the win32::ole library that allows Ruby to act as a COM client, similar to VBScript and o开发者_Python百科ther scripting languages (Python, Perl, etc. with win32 bindings). However[详细]
2023-04-04 18:15 分类:问答tlibimp.exe output differs on different OSes
I\'m trying to import a third-party .NET type library (COM server DLL) u开发者_如何学Pythonsing tlibimp.exe (version 11.0). This basically works fine, but the results differ when I run it on different[详细]
2023-03-23 14:12 分类:问答Is Windows Com Server with multiple clients connected multi threaded?
I have a com server that is started in the following way: extern \"C\" int WINAPI _tWinMain(HINSTANCE hInstance,[详细]
2023-03-17 22:15 分类:问答Is there any harm in killing a COM server without releasing com objects in .net?
Folks - I\'m creating many COM servers (I\'m launching开发者_运维问答 numerous EXEs) in .net, talking to COM via COM -interop, using numerous COM objects in the server, etc.If I kill the process, is t[详细]
2023-02-16 10:01 分类:问答Get Process ID of COM Server
I\'m doing some automation via a combination of windows message sending directly to HWNDs and calls to a COM server exposed by the automated application.[详细]
2023-02-12 12:40 分类:问答Excel 2007 UDF: how to add function description, argument help?
The description I am writing a couple of Excel UDFs in COM Servers. I\'d like to get the standard help (Insert Function dialog) that you get when you press fx. Yes, I can see my COM Server listed in[详细]
2022-12-08 18:30 分类:问答