notepad.cc linkinde ki değiştirilebilir alanda yazan yazıyı richTextBox içerisine aktarmak istiyorum fakat başaramadım.
Form4.RichTextBox1.Text = Form6.WebBrowser1.********.GetElementById("contents")
kullanıyorum fakat
Value of type 'System.Windows.Forms.HtmlElement' cannot be converted to 'String'.
Hatası ile karşılaşıyorum. Lütfen yardım.
Form4.RichTextBox1.Text = Form6.WebBrowser1.********.GetElementById("contents")
kullanıyorum fakat
Value of type 'System.Windows.Forms.HtmlElement' cannot be converted to 'String'.
Hatası ile karşılaşıyorum. Lütfen yardım.
