¡@

Home 

c++ Programming Glossary: activex

Add support to print & preview HTML in a dialog-based MFC app

http://stackoverflow.com/questions/18926793/add-support-to-print-preview-html-in-a-dialog-based-mfc-app

paper size orientation etc. I have a playground WebBrowser ActiveX host project in C similar to this . I implement IOleCommandTarget..

basic playback with programmatically created windows media player

http://stackoverflow.com/questions/1935964/basic-playback-with-programmatically-created-windows-media-player

question WMP supports two automation methods embedded ActiveX or COM server. For embedded use you add the ActiveX via an object.. ActiveX or COM server. For embedded use you add the ActiveX via an object tag execute some scripts via IHTMLWindow2 from..

Embedding Flash Player in a C++ or Java application?

http://stackoverflow.com/questions/214411/embedding-flash-player-in-a-c-or-java-application

Unfortunately I have no experience with C# COM or ActiveX. I need someone to translate this code to C allowing me to embed..

Is .NET “all COM underneath”?

http://stackoverflow.com/questions/2280639/is-net-all-com-underneath

assemblies that have absolutely nothing to do with COM ATL ActiveX Here is the PDF transcript for the podcast in question. See..

How to list all installed ActiveX controls?

http://stackoverflow.com/questions/2755351/how-to-list-all-installed-activex-controls

to list all installed ActiveX controls I need to display a list of ActiveX controls for the.. installed ActiveX controls I need to display a list of ActiveX controls for the user to choose. It needs to show the control.. activex controls article.php c5527 Listing All Registered ActiveX Controls.htm Although I would add that you don't need to call..

Generating word documents (.doc/.odt) through C++/Qt

http://stackoverflow.com/questions/3177268/generating-word-documents-doc-odt-through-c-qt

actually pointed to the VBAWD10.chm file that has the ActiveX apis for MS Word. The Word Application can be initialized by..

Calling C++ function from JavaScript script running in a web browser control

http://stackoverflow.com/questions/3747414/calling-c-function-from-javascript-script-running-in-a-web-browser-control

have found mentions of three ways to do this Implement an ActiveX component that acts as a middle man. Implementation details..

How to get a IHTMLElement pointer to the <object> tag hosting an activex control

http://stackoverflow.com/questions/4103315/how-to-get-a-ihtmlelement-pointer-to-the-object-tag-hosting-an-activex-control

to the object tag hosting an activex control I have an ActiveX control generated by the FireBreath framework http firebreath.org..

Adding #include <boost/thread/mutex.hpp> breaks my ActiveX control?

http://stackoverflow.com/questions/5355931/adding-include-boost-thread-mutex-hpp-breaks-my-activex-control

#include boost thread mutex.hpp breaks my ActiveX control Is there a known problem with the boost mutex header.. problem with the boost mutex header when used inside an ActiveX control Boost version v1.39 If I create an MFC ActiveX Control.. an ActiveX control Boost version v1.39 If I create an MFC ActiveX Control project in Visual Studio 2008 called DefaultOCXControl..

Qt alternative? (windows only)

http://stackoverflow.com/questions/5685824/qt-alternative-windows-only

for an alternative to Qt toolkit. What I need is good ActiveX handling because the original software depends on a particular.. because the original software depends on a particular ActiveX control which I intend to use again. I want to stick with C..

Why does GetSafeHwnd() return zero in an ActiveX control?

http://stackoverflow.com/questions/7453225/why-does-getsafehwnd-return-zero-in-an-activex-control

does GetSafeHwnd return zero in an ActiveX control I have developed a MFC Activex control which is windowless.. share improve this question By definition windowless ActiveX control doesn't have a window and rendered as part of its parent... in any COM component. Alternatively you can use windowed ActiveX control by changing its properties. share improve this answer..

Integrating swf in c++

http://stackoverflow.com/questions/883250/integrating-swf-in-c

choose. You have two choices Netscape style plugins and ActiveX. If you only want to run on Windows hosting it as an ActiveX.. If you only want to run on Windows hosting it as an ActiveX control is very straightforward. If you want to run cross platform..

is DISPID_VALUE reliable for invokes on IDispatchs from scripts?

http://stackoverflow.com/questions/1681327/is-dispid-value-reliable-for-invokes-on-idispatchs-from-scripts

tried to clarify the question. c internet explorer com activex share improve this question It should be reliable for invokes..

How to list all installed ActiveX controls?

http://stackoverflow.com/questions/2755351/how-to-list-all-installed-activex-controls

share improve this question Googling for enumerate activex controls give this as the first result http www.codeguru.com.. as the first result http www.codeguru.com cpp com tech activex controls article.php c5527 Listing All Registered ActiveX Controls.htm..

Accessing COM interface from C or C++ in Windows environment

http://stackoverflow.com/questions/410005/accessing-com-interface-from-c-or-c-in-windows-environment

How to get a IHTMLElement pointer to the <object> tag hosting an activex control

http://stackoverflow.com/questions/4103315/how-to-get-a-ihtmlelement-pointer-to-the-object-tag-hosting-an-activex-control

to get a IHTMLElement pointer to the object tag hosting an activex control I have an ActiveX control generated by the FireBreath.. testPlugin except from within the C code of the activex control that is inserted for that mimetype. Please note that.. for me but if there is a way to get the ID from inside the activex control that may work. edit I am considering using getElementsByTagName..

Adding #include <boost/thread/mutex.hpp> breaks my ActiveX control?

http://stackoverflow.com/questions/5355931/adding-include-boost-thread-mutex-hpp-breaks-my-activex-control

header file that causes the issue. c visual c boost mfc activex share improve this question Have you tried linking boost..

Why does GetSafeHwnd() return zero in an ActiveX control?

http://stackoverflow.com/questions/7453225/why-does-getsafehwnd-return-zero-in-an-activex-control

and invisible in runtime while i assumed that basically an activex is a control that would manipulate a windows handle i have used.. it runs. maybe i had set wrong option when creating my activex. how i can create a windowless activex which could manipulate.. when creating my activex. how i can create a windowless activex which could manipulate windows hanlde c visual studio 2010..