1.BHO中对下载事件的管理
在setsite里面监听filedownload事件
ieInstance.FileDownload += new DWebBrowserEvents2_FileDownloadEventHandler(test_FileDownload);
test_FileDownload(bool ActiveDocument, ref bool Cancel)
{
Cancel = true;//取消下载事件
}
在setsite里面监听filedownload事件
ieInstance.FileDownload += new DWebBrowserEvents2_FileDownloadEventHandler(test_FileDownload);
test_FileDownload(bool ActiveDocument, ref bool Cancel)
{
Cancel = true;//取消下载事件
}
本文标题:BHO中对下载事件的管理
本文链接:https://www.haomeiwen.com/subject/moqmiftx.html
网友评论