WebBrowser    在给百度   回复内容的那个文本框赋值  赋值不上不知道是什么原因,其他的控件取值正常
<textarea id="textInput" style="\"display: none\"></textarea>
HtmlDocument doc = mypage.Document;
HtmlElement textInput = doc.GetElementById("textInput");
textInput.InnerText = "abc"; mypage是  WebBrowser    的名字

解决方案 »

  1.   


    比如说这个
    http://tieba.baidu.com/p/1257592945
      

  2.   

    测试帐号: 登录hao12345           password:a123456789               
      

  3.   

    <div class="tb-editor-editarea tb-editor-editarea-disabled" style="min-height: 192px; height: auto; "></div>
    实际文本是写在这里的,参看下html吧
      

  4.   

    textInputtextInput.SetAttribute("value","xxxxx")
      

  5.   

    oh yeah  !!   亲,让我遍历出来了 哈哈哈哈哈!!!!
      

  6.   

    sorry  我引用错了呀,本来是想说11楼的