当前位置:首页 > VB

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

canca15年前 (2011-06-13)VB722
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…

VB BHO

以前一直不知道有BHO这个名字,但一直对IE中的"加载项"编程念念不忘. 前不久一网友让我做一个小程序,功能就是替换网页中指定的内容,但是不启动软件,直接用IE看的话就是原文.感觉有点意思的,因为不知道原理,网上找了一下BHO这...…

VB IE控制

VERSION 5.00Begin VB.UserControl uctlIe    ClientHeight    =   450   ClientLeft    &n…

vb制作IE插件

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

VB使用VarType判断数据类型

在VB代码编写过程当中 有时候我们不熟悉一些函数或过程调用之后 返回的数据类型是什么 这个时候可以使用VarType(VarName)这个函数去测试变量的数据类型 返回值是一个整形数值 对应一下列别就可以知道变量的数据类型了 这样就...…

发表评论

访客

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