Browser Helper Objects: The Browser the ...

该日志由 samool 发表于 2007-10-15 9:49 AM

There are sometimes circumstances in which you need a more or less specialized version of the browser. Sometimes you work around this by developing a completely custom module built on top of the WebBrowser control, complete with buttons, labels, and whatever else the user interface requires. In this case, you're free to add to that browser any new, nonstandard feature you want. But what you actually have is just a new, nonstandard browser. The WebBrowser control is just the parsing engine of the browser. This means there still remains a number of UI-related tasks for you to do: adding an address bar, toolbar, history, status bar, channels, and favorites, just to name a few. So, to create a custom browser you have to write two types of code: the code that transforms the WebBrowser control into a full-fledged browser like Microsoft® Internet Explorer, and the code that implements the new features you want it to support. Wouldn't it be nice if there was a straightforward way to customize Internet Explorer instead? Browser Helper Objects (BHO) do just that.

» 阅读该日志全文...

该日志标签: microsoft, bho, browser

Microsoft Network Monitor 网络监视器 3.1

该日志由 samool 发表于 2007-07-08 10:29 PM

多年以后,Microsoft network sniffer, Network Monitor重见天日,Network Monitor 3提供了多种新功能,它是一个独立的,免费的Windows XP/2003/Vista/codename Longhorn下的程序.是一个强大的协议分析器,使用该工具可以截取分析网络中的数据.

» 阅读该日志全文...

该日志标签: microsoft, 网络, 监视器, longhorn, sniffer