c-如何设置bho的名称(在ie的插件选项中可见)
作者:互联网
如何重命名浏览器帮助对象的名称. dll属性中的常规信息都很好.但是,当我打开Internet Explorer查看加载项时,加载项的名称为NameIEBHO Class
> DLL已签名
>已设置VERSIONINFO(包括CompanyName,FileDescription,FileVersion,InternalName,LegalCopyright,OriginalFilename,ProductName和ProductVersion)
我需要修改什么才能更改Internet Explorer中显示的名称?
How can i set the name of IE Extension (BHO In IE)中的信息没有帮助
解决方法:
此信息存储在项目中的.rgs文件中.寻找像这样的字符串
ForceRemove {29DFE920-26AD-4377-8FCB-0E7A34A41199} = s 'NameIEBHO Class'
标签:c,internet-explorer,bho 来源: https://codeday.me/bug/20191011/1889438.html