解决方案 »

  1.   

    网络被监控,只能访问CSDN。图看不到。
      

  2.   

      mshtml.HTMLDocument   myDoc=   (  mshtml.HTMLDocument)   WebBrowser1.Document.DomDocument;   
      mshtml.IHTMLWindow2   oWin   =   myDoc.parentWindow;   
      mshtml.FramesCollection   myFrame   =   oWin.frames;   
      mshtml.IHTMLWindow2   getWin;   
      object   x;   
      for(int   i   =   0;   i   <   myFrame.length   ;   i++)   
      {   
              x   =   i;   
              getWin   =   (mshtml.IHTMLWindow2)   myFrame.item(ref   x);   
              MessageBox.Show(getWin.document.body.innerHTML);   
      }
      
    *****************************************************************************
    欢迎使用CSDN论坛专用阅读器 : CSDN Reader(附全部源代码) http://feiyun0112.cnblogs.com/
      

  3.   

    引用com--microsoft html object 
      

  4.   

    问题是我可以去到Iframe中元素的值,但是赋值存在问题。