i need textbox show text same MSN in messaing form
i need cursor focus in last line of textbox
function WinFormattedTextEditor.text += "XX" cursor will focus in first line.
You could try setting the the EditInfo.SelectionStart property to control where the cursor appears. You could also try using one of the various actions through the PerformAction method on the control.
-Matt