VB IObjectSafety Interface

Source: Internet
Author: User

Implement the IObjectSafety interface of the control in VB,

To flag that the control is script safe and initialized securely.

Reference:

Http://www.cnblogs.com/JessieDong/archive/2009/12/07/1618762.html

It's all about the dangers of ActiveX, so why are XMLHttpRequest and MediaPlayer created in an ActiveX way, but no problem? Originally, this is because these ActiveX components declare themselves to be script-safe, and the intermediate security setting of IE, is to allow the scripting security of ActiveX creation, and do not warn.

How does ie know that a plugin is script-safe? It is through the following two methods. The first is to query whether the ActiveX component implements the IObjectSafety interface, and returns the script security, and the second is whether the query ActiveX component indicates that it is implemented in the component Category Manager of the Registry catid_ Safeforinitializing and CATID_SafeForScripting.

For more information, see the MSDN article:

About Iobject Safety Extensions for Internet Explorer

Safe initialization and Scripting for ActiveX Controls

VB IObjectSafety Interface

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.