搜索资源列表
Browser
- 对浏览器功能的封装,模仿mywebbrowser可写出自己的浏览器,另外需要注意的是,对于窗口型自制浏览器,点击超链接会弹出其他浏览器窗口,这时候应该重写OnNewWindow3,在里面停止当前访问url,然后重新打开点击的超链接-The browser functionality of the package, imitation mywebbrowser can write their own browser, also be noted that, for the type of home
GetUrlContent
- 微软提供的带超时的获取网站内容的API完全不能用,为此只好花力气重写了一个,并且可人为中断和带DNS缓存,希望对大家有帮助-A useful function to get the content of a URL, can set timeout, can break manually,and can cache DNSs