Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_USE_WINDOWEDSELECTCONTROL]
"【应用程序名】.exe"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_USE_WINDOWEDSELECTCONTROL]
"【应用程序名】.exe"=dword:00000001

 

参考:

https://social.msdn.microsoft.com/Forums/ie/en-US/1f9798ef-3557-4938-9ae2-083cd1720130/powerbuilder-ie7-embedded-webbrowser-control?forum=ieextensiondevelopment

 

https://support.microsoft.com/en-us/kb/927377

The two types of SELECT controls that are included in Windows Internet Explorer 7 are the Windowed SELECT control and the Windowless SELECT control. This article contains information about these controls.

The Windowed SELECT control was implemented as a wrapper of a native shell common control in Microsoft Internet Explorer 6 and in earlier versions of Internet Explorer.

The Windowless SELECT control was implemented as a fully intrinsic element in Internet Explorer 7.

The Windowless SELECT control was designed to replace the Windowed SELECT control in Internet Explorer 7. However, this design change has triggered some compatibility issues with Microsoft Office 2003 and with earlier versions of Office.

For Internet Explorer 7 to support the Windowed SELECT control in Office 2003 and earlier versions, the following registry subkey is added when you install Internet Explorer 7:

 

这4个应用程序被设定为使用传统的 Windowed SELECT control

您可以将自己的程序加入进去.

如果使用Windowless SELECT control ,则移除或者设定为0

 

 

 

http://www.cnblogs.com/lzjsky/archive/2011/01/03/1924789.html

http://tech.163.com/06/0208/10/29ED63CH0009159F.html

Windows7 64bit系统的注册表分32 位注册表项和64位注册表项两部分。

在64bit系统下,通过regedit中查看到指定路径下的注册表项均为64位注册表项,而32位注册表项被重定位到:HKEY_LOCAL_MACHINE\Software\WOW6432Node。

应用程序操作注册表的时候也分32bit方式和64bit方式。运行于64bit系统下的32bit应用程序默认操作32位注册表项(即被重定向到WOW6432Node下的子项);而64bit应用程序才是操作的直观子项。

最新文章

  1. PHP中多线程处理
  2. GPS部标平台的架构设计(三) 基于struts+spring+hibernate+ibatis+quartz+mina框架开发GPS平台
  3. Linux Mint 17使用小结
  4. JavaScript 中this与Dom中的注意
  5. winform 传值,构造函数等
  6. Laravel Predis Error while reading line from the server.
  7. IntelliJ IDEA 的 Jetty部署插件
  8. 【转】Eclipse中一键调用javah生成jni的头文件
  9. 一个公网地址部署LVS/DR模式
  10. .net(C#)访问Oracle数据库的几种免安装组件的对比(转)
  11. Android开发之使用广播监听网络状态变化
  12. 门面模式(Facade)解析
  13. CvvImage类
  14. 一、Java JUC简介
  15. Java_03选择结构
  16. 【SVN】SVN初识
  17. (转)linux 内存管理——内核的shmall 和shmmax 参数
  18. 基于 Express 搭建一个node项目 - 起步
  19. Android ContentProvider和Uri详解
  20. structure needs cleaning

热门文章

  1. Spring - IoC(9): @Resoure & @Autowired
  2. MDIO/MDC(SMI)接口-leonwang202
  3. [vue-router] Failed to resolve async component default: Error: Loading chunk 0 failed.
  4. python3 购物车练习
  5. C语言ASM汇编内嵌语法
  6. linux进程的休眠(等待队列)【转】
  7. Github上的几个C++开源项目
  8. JMeter 定时器(Synchronizing Timer)之集合点应用
  9. myeclipse打断点进入后无法查看变量的值的解决方法
  10. docker从零开始网络(六)Macvlan