当前位置:首页 > VB

File not found:'C:\WINDOWS\system32\ieframe.dll\1'

canca15年前 (2011-06-13)VB610
Open your start menu > Selecr 'Run'
Type regedit, then hit enter

The registry editor will open.

On the top menu bar, click Edit, then Find and search for ieframe.dll
Look the for the result that's data is C:\WINDOWS\system32\ieframe.dll\1

Right-click it, modify and delete the \1 off the end. Close the registry
editor and you're done - It'll work

扫描二维码推送至手机访问。

版权声明:本文由Ant.Master's Blog发布,如需转载请注明出处。

本文链接:https://iant.work/post/241.html

标签: VB
分享给朋友:

“File not found:'C:\WINDOWS\system32\ieframe.dll\1'” 的相关文章

在VB中实现MD5算法

——————————————————————————————————————Option Explicit Dim w1 As String, w2 As String, w3 As String, w4 As String Function MD5F(ByVal tempstr As String…

Browser Helper Objects

一、简介 有时,你可能需要一个定制版本的浏览器。在这种情况下,你可以自由地把一些新颖但又不标准的特征增加到一个浏览器上。结果,你最终有的只是一个新但不标准的浏览器。Web浏览器控件只是浏览器的分析引擎。...…

vb制作IE插件

IE Tool Band 可以实现自定义工具栏.但实现比较复杂. 其实从IE5开始便允许我们向工具栏添加自己的按钮,其本质就是修改注册表,添加创建此按钮所需的信息。 实现步骤: 1.创建此按钮的GUID(globally unique identifier) 你可以通过Visual ...…

VB 键盘16进制值

Public Const VK_LBUTTON = &H1Public Const VK_RBUTTON = &H2Public Const VK_CANCEL = &H3Public Const VK_MBUTTON = &H4Public Const VK_BAC…

VB 控制QQ发消息

''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ''''''''''  程序功能:       向QQ2009聊天窗口中发送文本,并发送消息…

VB SendMessage 详解

首先我们了解一下Windows的消息机制。Windows是一个消息驱动式系统,Windows消息提供应用程序与应用程序之间,应用程序与Windows系统之间进行通信的手段。举个例子,打开记事本程序,该程序有一个 “文件“菜单。那么,在运行该…

发表评论

访客

◎欢迎参与讨论,请在这里发表您的看法和观点。