I have a program that displays a main window, a layered window and implements COM drag and drop. In general terms:
I am getting Out of Memory开发者_Python百科 errors in classic ASP, probably where attempting to access data. For example:
I have a COM object writt开发者_JAVA百科en in Delphi that has a property that returns a variant. Basically this property returns a value depending on the parameter I pass it. When I access the object
I don\'t know much about dlls. I\'m reading a book on COM. In which author is referring to something Exporting a function from a DLL. He tells how to do tha开发者_JS百科t but he doesn\'t tell what is
I have a COM server app which uses some WinForms controls which, frankly, do not seem to be redrawing when their properties (Text, BackColor, etc) are changed.
I have an ActiveX control written in C++ that I created with VS2008 and ATL.For the most part, it is a pretty standard (not modified much from the original template) control, except that instead of us
Lately I\'m hearing much about COM at my work. I also learnt that COM is old. COM is deprecated. There is no future for COM. Are these true too?
I\'m using this to open an RTF in Word and save it as a PDF: Object oMissing = System.Reflection.Missing.Value;//null for VB
We have a piece of legacy code in C# .NET, targetted for the Com开发者_高级运维pact Framework. We would like to turn this code into an ActiveX control, which has to run on the .NET Compact Framework u
I\'m creating a basic COM component so I can practice creating them. I\'m exporting DllRegisterServer, DllUnregisterServer,DllGetClassObject and DllCanUnloadNow from a .def file with the PRIVATE keyw