• 您的位置我爱Aspx >> VC.Net >> <b>在ATL Browser Helper对象中使用WTL TreeView(英文)</b>
  • <b>在ATL Browser Helper对象中使用WTL TreeView(英文)</b>

  • 作者:aspxer  来源:internet  日期:2007-5-21 23:13:10  关键字:
  • 在ATL Browser Helper对象中使用WTL TreeView(英文)

    The VC++ 6.0 project that comes with this article is an ATL in-process COM server, housing Browser Helper (BHO) and IE Extension objects. When the IE browser downloads HTML page, BHO will pop up a dialog box with a treeview which will display Document Object Model (DOM) nodes and attributes of that HTML document.

    You can close the dialog but it will pop up again when you download new document. Also, each new browser window will show its own DOM tree dialog. IE Extension object is used to change this default behavior. Clicking Extension@#s button on IE toolbar you can disable dialog from popping up while you are browsing and display it later when you want to see the DOM tree of some particular HTML page.

    This Article demonstrates some useful techniques and ways of using WTL features like:

    dialog box is resizable

    我对这篇文章有话说?
  • 广告位招租,广告代号:content_468_15
  • 上一篇:<b>利用WinSock进行无连接的通信</b>
    下一篇:<b>在VC下显示JPEG、GIF格式图像的一种简便方法</b>
  • 相关文章