Delphi Base

WindSon

导航

随笔分类 -  Delphi (WebBrowser)

WebBrowser
Delphi WebBrowser内核版本修改D7
摘要:private { Private declarations } public { Public declarations } function WriteAppNameToReg:Boolean; function GetIEVersionStr: string; function IsWin64 阅读全文

posted @ 2020-03-18 23:34 windsonvip 阅读(507) 评论(0) 推荐(0)

Delphi让网页只允许在WebBrowser里面打开
摘要:[添加组件] 添加 Internet->WebBrowser //显示网页 [添加事件] 鼠标点击WebBrowser组件,在Events事件选项框中找到. OnNewWindows2,OnStatusTextChange.双击添加事件. unit Unit1; interface uses Win 阅读全文

posted @ 2020-03-18 22:54 windsonvip 阅读(493) 评论(0) 推荐(0)