i don't see what you say.

解决方案 »

  1.   

    找到当前IE窗口句柄,得到地址。
    如果是flashget的话就不是这样的。应该是通过托动事件来完成的。
      

  2.   

    在程序中添加那个IE控件对于的引用。然后把MSHTML添加到引用中.foreach ( InternetExplorer ie in new ShellWindows() )
    {
    if( ie.Document is mshtml.HTMLDocument)
    {
    mshtml.HTMLDocument c = ie.Document as mshtml.HTMLDocument;
    MessageBox.Show( c.title + "  " + c.url );

    }
    }
    http://expert.csdn.net/Expert/topic/2104/2104671.xml?temp=.8257257