I have a small application that I wrote that imports both the iTunes and MediaMonkey COM interfaces.The app is developed and built on my laptop with is x64 but 开发者_高级运维run on my media PC which
I\'ve been trying to get a program that worked on Windows 2000 to work on Windows 2003.Everything I\'ve had to do so far to get the p开发者_运维知识库rogram to work on Windows 2003 has had to do with
I compiled a project with custom dll and ran fine on my machine running Windows 7 but when i put it on a machine running windows Server 2008, I get this error:
In Delphi the process of adding an activex object to a project is fairly simple - you import the class and Delphi wraps handlers around it and you\'re done in seconds. What I\'m wanting to do though i
I am using mshtml.HTMLWindow2Class.document property to check the state of the web page. But I kept get the following exception:
I got a PIA installed on my box, it is Microsoft.mshtml. If I understandd it correctly, these PIA is provided by Microsoft to ease our life of COM 开发者_开发知识库interop.But I want to know which COM
I have some functions in my VB.NET DLL which I can \'hide\' from my VB6 app by using the following: <Runtime.InteropServices.ComVisible(False)> _
I have some code that basically creates a COM internetexplorer.application object I scan through the DOM, find a password field element and then do the following:
I\'m currently running into an issue of needing开发者_Go百科 to pass a SAFEARRAY(GUID) as a return value from C++ to C#.
Can any one explain, What is the use of CComPtr over CComQIPtr in COM? CCo开发者_JAVA百科mPtr<ISampleInterface> Sample1;