atl
Accessing body (at least some data) in a iframe with IE plugin Browser Helper Object (BHO)
I\'m developing an IE8+ BHO plugin. For now I\'m simply trying to insert a text into an iframe (class=\"Al Ai Editable\") contained in another iframe (id=\"canvas_frame\").[详细]
2023-02-14 00:08 分类:问答How do I know which "single use" out-proc COM server process to restart if it hangs?
I need to run some native C++ code in such way that if it crashes it doesn\'t affect my C# progr开发者_开发知识库am. I can use an out-proc COM server with \"single use\" activation so that each COM ob[详细]
2023-02-13 09:11 分类:问答how to covert javascript Date() to COleDateTime
Javascript ca开发者_StackOverflow社区ll COM interface. I want to convert to Date() to COleDateTime(ATLCOM) or DATE.[详细]
2023-02-11 13:39 分类:问答How can you get a prototype member function (C++ -> Javascript)
Does anyone know how you can call a method of a prototype in Javascript from C++? I have an pointer to script IDispatch, and I can get the IDsOfNames for the prototype, but I can\'t find how to get t[详细]
2023-02-11 05:40 分类:问答Howto create ATL/C++ ActiveX DLL in Visual Studio 2005
I need to create an ActiveX DLL (not a control). I know that VB6 was able to create this project, but I would like to write this DLL with C++.[详细]
2023-02-11 03:00 分类:问答How can I convert a JavaScript array() to an ATL/COM array?
How can I convert a Ja开发者_如何学GovaScript array() to an ATL/COM array without using VBArray?[详细]
2023-02-11 00:12 分类:问答What's the use of _ATL_PACKING constant when computing distance from the start of object?
ATL features a set of macro开发者_如何学Cs for so-called COM maps. COM map is a table that associates an interface GUID with an offset that is to be added to this pointer to get to the corresponding s[详细]
2023-02-10 14:52 分类:问答Limiting an ATL exe server to one process (instance) only
I have an ATL exe server written with C++ (Visual Studio 2010, with merging the proxy-stud dll). The executable is compiled for Windows 7 x86 & x64. The following happens on both architectures:[详细]
2023-02-10 01:36 分类:问答Invoking .NET GUI from an ATL exe server (COM)
We have the following situation: An ATL COM server (out-开发者_如何转开发of-proc, EXE) which hosts COM objects with connection points.[详细]
2023-02-09 20:45 分类:问答ATL templates for IDispatch derived classes
Tomor开发者_如何学Pythonrow I have planed to do some IDispatch related work, and I will have to create a class that supports this interface.[详细]
2023-02-09 16:13 分类:问答