سلام
برای ارسال محتیات به textarea در سایت stackoverflow تاپیک زدم سورس زیر را دادن
اینجا چندبار سوال کردم کسی جوابمو نداد متاسفانه
سورس:
    //get the main div HTML element by ID
var cke1ContentsElements = webBrowser1.Document.GetElementById("cke_1_content s");
//from main div select all HTML elements with the tag name "textarea"
var cke1TextareaList = cke1ContentsElements.GetElementsByTagName("textare a");
//from the selected list of items set value attribute for first element
cke1TextareaList[0].SetAttribute("value", "Send This String To TextArea ");


وقتی اجرا میکنم خطای زیر را میده
System.ArgumentOutOfRangeException was unhandled
کسی میتونه راهنمایی کنه