当前位置:首页 > VB

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

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

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

我的网友第一个bho作品

转自:http://hi.baidu.com/zzjwl/blog/item/60ecf8de3bf4bf5c95ee3725.html 去年用vb做bho,没有成功,最近偶然到网络搜索,有那么多资料。边看边做,终于ok! Implements IObjectWithSiteTLB.IObjectW…

VB SendMessage 详解

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

CreateDesktop实现虚拟桌面

CreateDesktop实现虚拟桌面

'Module1 引用: Public Declare Function GetThreadDesktop Lib "user32" (ByVal dwThread As Long) As Long 'Public Declare Function CreateDesktop Lib "user3…

发表评论

访客

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