zoukankan      html  css  js  c++  java
  • powerbuilder webbrowser 内嵌浏览器 select下拉框无法使用

    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINESOFTWAREMicrosoftInternet ExplorerMAINFeatureControlFEATURE_USE_WINDOWEDSELECTCONTROL]
    "【应用程序名】.exe"=dword:00000001
    [HKEY_LOCAL_MACHINESOFTWAREWow6432NodeMicrosoftInternet ExplorerMAINFeatureControlFEATURE_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:

    image

    这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_MACHINESoftwareWOW6432Node

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

  • 相关阅读:
    RoIPooling、RoIAlign笔记
    ROI Align 的基本原理和实现细节
    ROI Align详解
    GIT总结
    java-变量,函数 下
    linux设置静态ip地址
    技术参考网站-网址
    python
    python
    python
  • 原文地址:https://www.cnblogs.com/CodingArt/p/5864604.html
Copyright © 2011-2022 走看看