Related topics

Recent Flaw with some ActiveX controls (Facebook, Yahoo) - how ...
yahoo.co.uk wrote: I'm aware of the recently alerted flaw in the image uploder ActiveX control used by some popular social networking sites. I'm guessing that the risk is related to the first mentioned above in that a malicious site could invoke the ActiveX control and then pass it crafted information- is that

Active X para terminal server web
The unmanaged C++ ActiveX control could use C++ Interrop. ref class delegate_proxy_type; gcroot<delegate_proxy_type^> m_gc_managed_native_delegate_proxy; And then the managed WinForms control could trigger the events. These can be sinked into unmanaged world. So finally I got this working. Critical problem and one

active x control
If your control is an ActiveX control, why on earth aren't you using COM for communication between your control and Word? The COM object model for Word is well documented and there is a wealth of sample code available. DDE was superseded as the primary method of communicating with Word over 10 years ago,

ActiveX control
I just received an e-mail that triggered the following message: "An ActiveX control on this page is not safe. Your current security settings prohibit running unsafe controls on this page. As a result, this page may not display as intended." This was not spam, btw; it was from a responsible organization in reply to

ActiveX Control Loading problems
I've made ActiveX EXEs as tools for scripting because they can have events. In that case it's intended for the System foolder because it's not installed - any more 3) To control placement and provide User options. 4) To insure that any COM components are properly registered. 5) To insure the components can be

Ex-CIA Head of Bin Laden Unit: McCain & Obama "Clueless" About ...
POSTED!not-for-mail Xref: cpmsftngxa06.phx.gbl microsoft.public.pocketpc.developer:62177 X-Tomcat-NG: microsoft.public.pocketpc.developer I am trying to create an ActiveX control for pocket internet explorer and I am running into difficulties. I am using PPC 2002 (IPAQ 3600 series) and Embedded VC++ 3.0.

Active X Control , Dialog
Stefan [MSFT] stef...@online.microsoft.com microsoft public cmserver general Hi BeerBoy, the active X control is a client side control why a placeholder server So you need to render some html code to include the object tags of the active x placeholder control and also some javascript code to copy the content of

Adding new interface to an activex control
1 Q222531 - Troubleshooting SBS Console Problems Excerpt from this page:In BackOffice Small Business Server (SBS) 4.5, the SBS console is hosted within Microsoft Management Console (MMC) 1.1 using the Microsoft Internet Explorer control, and some ActiveX components are replaced with Dynamic HTML (DHTML).

Missing Media Player Active X Control
It is included in my main activex control class: RECT RectDLG; GetWindowRect(&RectDLG); // Init the GraphicsContext Traits osg::ref_ptr<osg::GraphicsContext::Traits> traits = new osg::GraphicsContext::Traits; // Init the Windata Variable that holds the handle for the Window to display OSG in.

cannot instantiate an activex control in mfc dialog based app
Works great, but when I display a div area with some data I've retrieved by remote scripting into a list control, the menu opens "behind" the control. Using z-index (via style= "... :z-index:-1") on the divs that control the layout and/or the active-X control has no effect. The active-X control always appears on

Active X para terminal server web
I have a form with a active X control on it. I want to be able to unload that form with they click the close button (which is part of the active x contol). I'm no ActiveX control expert, but it they have a Parent property then how about Unload Me.Parent If not, then create an event which you raise when someone

Creating an ActiveX control on a form.
The server is CFormView based and the Active X control is placed on the form. I then create a member variable for the Active X control (MyMemberVariable) In the document, I then do the following to get the address of the active X control in my automation methods. ActiveXControl * MyPtr; POSITION pos

Wrong Z-Index behaviour with Active-X Controls
Dear Colleagues, I am writing an Active X Control that will be included in my web page and accessed by my web surfers at large. In order for Visual Basic to run the end-user must have the Visual Basic runtime files. However, if I package my Active X Control with the VB runtimes file it becomes extremely large to

ActiveX control
We have an ActiveX control that has an edit box and have a few questions regarding using an edit box control in an ActiveX control. - How do we get access to the functions available when doing a right click? - How can we modify that menu to add an "Edit" entry. - How can we make the "Edit" entry active when the

2nd Repost - Please Help - Common Dialog Active X Control
"Coulet" wrote: Hi, I am having problems to make my MFC ActiveX control work on Word 2007. Inside my control, I use PX_Blob() to serialize data. Here are the steps to reproduce the problem: 1. Create a MFC ActiveX control and use PX_Blob() to serialize data. 2. Insert the control in a Word 2007 document. 3.

ActiveX Control being block
Igor Tandetnik itandet...@mvps.org microsoft public win32 programmer ole ActiveX control is a COM object that implements a dozen interfaces necessary for it Now, if you do actually need to have a user interface in your object, by all means make it an ActiveX control. If you value ease of use much higher than,

unload a form from a active x control
This becomes apparent when the control is run in the Internet Explorer with the ... support.microsoft.com/kb/161873 Regards. "Delabarthe" <Delabar...@discussions.microsoft.com> wrote in message news:02C6831D-1662-4964-A320-3806D3180E34@microsoft.com... Hi, wich is the difference between activex not marked as safe

active-x control design time
Tom Shelton t...@mtogden.com microsoft public vb general discussion Errol, Why do you think it is so hard to find an ActiveX control embedded in a Web Page? Listen if this is for the WWW at large, I would, forgive me for what I am about say!, write it as a Java applet. Yes, your clients need the runtime - you can

Active X Control Licience
Brian Steingraber BrianSteingra...@discussions.microsoft.com microsoft public powerpoint I have inserted a Active X Snapshot Control into a powerpoint presentation. For some reason when ever I got through the slides, the active X control will resize it self getting bigger and bigger ever time I go backward through

Must I package VB runtime files w/ Active X Control?
Peter Below (TeamB) n...@nomail.please borland public delphi language delphi general Sanyin wrote: What is the easiest way to convert VCL Control to ActiveX control??? File -> New -> Others, Delphi projects, Active X -> ActiveX library Save the new project generated under a name of your choice.