I have several VB6 ActiveX server exe files which need to be registered on install before they can be used.
Does a list exist that compares and contrasts Windows\' COM components with their .NET equivalents, e.g.
I have implemented a COM server in C#, that has a vb6 client. When going to fire my events, the handlers are always null--it appears that the vb6 app never subscribes to my events.
I\'ve almost got a basic set of helper functions done for accessing ADO through PHP. I\'m running into a problem when trying to execute a stored procedure with the adExecuteNoRecords option set for $c
I开发者_如何学编程n COM, if I have an interface IBase and an interface IX which inherits from IBase, can I call methods of IBase through an IX pointer, and if not, why can I call Release() and AddRef(
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I want to pass a big char* from cpp to .Net (preferably using COM). What is the best way (in terms 开发者_运维问答of memory)?
Apparently, there\'s a fairly easy way to host Explorer in your app starting with Vista: http://www.codeproject.com/KB/vista/ExplorerBrowser.aspx
This might be a loaded question, and it might get voted down, but it completely frustrates me. When you use SQL Server in your development th开发者_开发百科e data access is fast and efficient, but wh
I\'m facing a the following situation: I created a simple full trust XBAP application that refers to unmanaged c++ COM server (isolated).